Design comparison
Community feedback
- @blackdreamer15Posted over 2 years ago
Hi @kermitcosts! Congratulations on completing this challenge. I checked your code on GitHub and have some suggestions to make.
-
You have to use a <h1> tag instead of a <p class="first-text"></p> to resolve one of the accessibility issues.
-
For the semantic reasons, it will be best to change <div class="main"></div> to <main class="main" role="main"></main> since it contains the main content of the page. Let it embed the whole main content of the page.
Good luck with your other challenges.
Marked as helpful0@kermitcostaPosted over 2 years agoHi! @blackdreamer15. Thank you for your feedback! I already make the changes and they aren't pointing any issues right now.
0@blackdreamer15Posted over 2 years agoGreat work, @kermitcosta. Up to for the next one.
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