Design comparison
SolutionDesign
Community feedback
- @Nadine-GreenPosted almost 2 years ago
HEY VLAD!
To fix one of your accessibility issues, instead of using a
div
for the<div class="container">
, you should instead use a more semantic element likemain
, this will not only make your page more accessible but you will have one less error as well. you can learn more about semantic elements hereHOPE I COULD BE OF HELP :)
HAPPY CODING!
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