Design comparison
SolutionDesign
Community feedback
- @Sdann26Posted over 2 years ago
Hi Thiago!
I see you have 6 accessibility errors but they are easily correctable if you add the <main> tag. This tag is special because it must always go inside the body and there must be one per page being this the one that contains all the main section of the page.
To do this change
<div class="App_component__uBhCy">
to<main class="App_component__uBhCy">
.With this create a new report and you should have 0 errors :D.
Marked as helpful1
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