Design comparison
Community feedback
- @bkpechoPosted almost 2 years ago
First of all, congratulations on the great result of your coding! Your hard work is paying off and it shows in the quality of your work.
Regarding the HTML structure of your project, it's important to have at least one main landmark, and it would be a good idea to replace the
<div class="container"> with the <main> tag
. This will make the HTML code more semantic and easier for assistive technologies to understand.Additionally, it would be a good idea to
include a level one heading or <h1> tag
. The title "Equilibrium #3429" would be a great candidate for the <h1> tag, as it provides a clear and concise heading for your content.It's also important to note that all page content should be contained by landmarks, rather than just <div> elements. This will make your code more accessible and easier to understand.
That's all for now, happy coding! 🎉
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