Design comparison
SolutionDesign
Solution retrospective
Let me know your comments and advice !!?
Community feedback
- @natashaplPosted about 2 years ago
Hi Mamadou. Nice work on the slider! If you'd like to improve accessibility and remove that issue from your report, consider changing the
<div class="container">
to<main class="container">
. Using semantic tags likemain
helps improve accessibility. Here's an article that discusses the benefits of semantic tags:HTML5 Semantic Tags: What They Are and How to Use Them!
I hope this is helpful. :)
Marked as helpful0
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