Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code.

    You should add lang="en" attribute inside your html tag to improve accessibility and organization of your page.

    I hope you find this helpful.

    Happy coding!

    0
  • Eivan 50

    @eivanliongson

    Submitted

    My solution to the NFT Component Preview

    Did it similar to the design. Bummed because I can't figure out how to do the hover effect. Maybe someone could help me figure it out.

    md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code.

    You should write _blank instead of just _ or remove your target attribute. But the best practice is to use target="_blank" inside your a tag.

    I hope you find this helpful.

    Happy coding!

    1
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by one h1 tag inside your <article class="name"> tag and inside <section class="description"> bound the content inside h2-h6 tag or p tag in your index.html file to improve accessibility and organization of your page.

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    0
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div class="main"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page.

    You should add one h1 tag inside your main tag and add alt="QR code image" attribute inside <img src="images/image-qr-code.png">

    In place of <div class="attribution"> you should use footer tag.

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    1
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div class="box-outer"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page.

    You should add one h1 tag inside your main tag and add alt="QR code image" attribute inside <img src="images/image-qr-code.png">

    In place of <div class="attribution"> you should use footer tag.

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    0
  • BK Madsen 60

    @MadsenBK

    Submitted

    I dont have any specific questions for this challanege however any general feedback or errors Ive missed would be appreciated. Thank you!

    md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div id="mainContainer"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page.

    Replace h2 tag to h1 tag inside your main tag and add alt="QR code image" attribute inside <img src="images/image-qr-code.png">

    In place of <div class="attribution"> you should use footer tag.

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    1
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div class="container"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page. You should replace h4 tag to h1 tag inside your main tag.

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    0
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div class="container"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page. Add alt="QR code image" attribute inside <img src="images/image-qr-code.png" width="256">

    I hope you find this helpful.

    Happy coding!

    Marked as helpful

    0
  • md_mark 180

    @mohdahsanrazakhan

    Posted

    Hello there 👋. Congratulations on successfully completing the challenge!

    I have recommendations regarding your code that I believe it will great interest to you.

    HTML: This solution generates accessibility error reports. So fix it by replacing the <div class="container"> element with the semantic element <main> in your index.html file to improve accessibility and organization of your page and replace the <div class="attribution"> element with the semantic element <footer> in your index.html file. Add alt="QR code image" attribute inside <img src="./images/image-qr-code.png">

    I hope you find this helpful.

    Happy coding!

    1