Design comparison
SolutionDesign
Community feedback
- @MilleusPosted over 1 year ago
Greetings! π Congratulations on completing the challenge.
I have some suggestions for improvements:
IMAGE ALT TEXT
- Consider having a more meaningful alt text for the QR code image. For example,
<img src=ββ¦β alt=βQR code to frontendmentor.ioβ />
.
HEADING STRUCTURE
- Consider having a unique
h1
per page that describes what the page is about. Having the right heading levels would help screen reader users and also search engines. More details about heading structure here.
LANDMARKS
- The
<main>
landmark is missing, consider renaming the<div>
to<main>
. Landmarks help to define major sections of your page and can help screen reader users a great deal. More details about landmarks here.
I hope this helps and happy coding! π
0 - Consider having a more meaningful alt text for the QR code image. For example,
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