Design comparison
SolutionDesign
Community feedback
- @romila2003Posted over 2 years ago
Hi @mihir2226,
Welcome to frontendmentor.io and congratulations 🎉 on completing your first challenge. It was a great attempt but there are some minor issues I want to address:
- It is semantically correct to wrap your code within the
main
tag e.g.<main class="container"></main>
. - It is also semantically correct to wrap your footer within the
footer
tag e.g.<footer class="attribution"></footer>
.
It is important that the semantics are correct as this relates to accessibility which essentially helps blind users with using screen readers.
Overall, great attempt and keep coding 👍.
1 - It is semantically correct to wrap your code within 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