Design comparison
SolutionDesign
Community feedback
- @DarrickFauvelPosted over 2 years ago
Hi @travelingtramp, 👋
Congratulations on your first solution submission! 🥳
To fix the accessibility issues in the accessibility report (above ⬆️), you can wrap a semantic html element around your code, like
<main></main>
. This is a "landmark" for the content on your page and makes your page one step closer to being accessible.I hope this is helpful. 😊
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