md_mark
@mohdahsanrazakhanAll comments
- @sudhan333Submitted over 1 year ago@mohdahsanrazakhanPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge!
I have recommendations regarding your code.
You should add
lang="en"
attribute inside yourhtml
tag to improve accessibility and organization of your page.I hope you find this helpful.
Happy coding!
0 - @eivanliongsonSubmitted over 1 year ago
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.
@mohdahsanrazakhanPosted over 1 year agoHello there 👋. Congratulations on successfully completing the challenge!
I have recommendations regarding your code.
You should write
_blank
instead of just_
or remove yourtarget
attribute. But the best practice is to usetarget="_blank"
inside youra
tag.I hope you find this helpful.
Happy coding!
1 - @HadiFarbakhshSubmitted over 1 year ago
Hi, I'd be happy to have your comments on how to change the cursor type to be exactly like the challenge. Thankful
@mohdahsanrazakhanPosted over 1 year agoHello 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 insideh2-h6
tag orp
tag in your index.html file to improve accessibility and organization of your page.I hope you find this helpful.
Happy coding!
Marked as helpful0 - @vanamos12Submitted over 1 year ago
How to center a box vertically?
@mohdahsanrazakhanPosted over 1 year agoHello 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 yourmain
tag and addalt="QR code image"
attribute inside<img src="images/image-qr-code.png">
In place of
<div class="attribution">
you should usefooter
tag.I hope you find this helpful.
Happy coding!
Marked as helpful1 - @ichimon-nashiSubmitted over 1 year ago@mohdahsanrazakhanPosted over 1 year ago
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 yourmain
tag and addalt="QR code image"
attribute inside<img src="images/image-qr-code.png">
In place of
<div class="attribution">
you should usefooter
tag.I hope you find this helpful.
Happy coding!
Marked as helpful0 - @MadsenBKSubmitted over 1 year ago
I dont have any specific questions for this challanege however any general feedback or errors Ive missed would be appreciated. Thank you!
@mohdahsanrazakhanPosted over 1 year agoHello 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 toh1
tag inside yourmain
tag and addalt="QR code image"
attribute inside<img src="images/image-qr-code.png">
In place of
<div class="attribution">
you should usefooter
tag.I hope you find this helpful.
Happy coding!
Marked as helpful1 - @SorinSr4Submitted over 1 year ago@mohdahsanrazakhanPosted over 1 year ago
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 replaceh4
tag toh1
tag inside yourmain
tag.I hope you find this helpful.
Happy coding!
Marked as helpful0 - @callmeUmerSubmitted over 1 year ago@mohdahsanrazakhanPosted over 1 year ago
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. Addalt="QR code image"
attribute inside<img src="images/image-qr-code.png" width="256">
I hope you find this helpful.
Happy coding!
Marked as helpful0 - @CityIsBetterSubmitted over 1 year ago@mohdahsanrazakhanPosted over 1 year ago
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. Addalt="QR code image"
attribute inside<img src="./images/image-qr-code.png">
I hope you find this helpful.
Happy coding!
1