Design comparison
SolutionDesign
Community feedback
- @kyleebustamantePosted over 2 years ago
Hi Dinah, I just finished this challenge as well! Good job! I noticed you could resolve your HTML and Accessibility issues by:
- Adding an alt attribute to your img tag
<img src="/images/image-qr-code.png" alt="">
- Wrapping the page content in
<main></main>
this identifies all the main content of the page - Lastly, to change the first
<p>
to an<h1>
Semantically, every page should have at least one<h1>
Marked as helpful1@DinahNovemaPosted over 2 years ago@kyleebustamante thank you so much for your notes! :)
0 - Adding an alt attribute to your img tag
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