Design comparison
SolutionDesign
Solution retrospective
Comments welcome on html structure, css layout and best practices, thanks
Community feedback
- @coderSureshPosted over 2 years ago
Hey there. You did a great job.
You can fix those accessibility issues by using the 'main' tag. The 'main' tag specifies the main contents of the document.
Here you can see more about the main tag: https://www.w3schools.com/tags/tag_main.asp
<body> <main> ........ ........ </main> </body>
0
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