Design comparison
SolutionDesign
Community feedback
- @Md-TalimPosted almost 2 years ago
Your design is pretty impressive, but you can improve your accessibility by following these practices.
- Use semantic HTML5 Tags such as header, main, section, footer etc.
- Use one main tag and one h1 tag in every project
- Use only one h1 tag
<div class="container"></div> <main class="container"></main>
Hope this helps :)
Marked as helpful0
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