Design comparison
Community feedback
- @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
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord