Design comparison
SolutionDesign
Community feedback
- @TheRequiemPosted almost 2 years ago
Well done! I am also new to the scene and I'll share what was shared with me a few days ago.
- Use the
<main>
tag to wrap all the main content in your solution instead of using<div class="container">
to improve the accessibility of the website and semantics. - Use
<footer>
if you intend to include<div class="attribution">
. The<footer>
element contains authorship information. - Improve your
alt= "QR Code"
to something like "QR Code to Front End Mentor", I'll share the same link that was shared with me which is super helpful to get a good idea foralt=" "
values.
Marked as helpful0 - Use the
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