Design comparison
SolutionDesign
Community feedback
- @AbeeujahPosted over 1 year ago
Hello, you submitted a nice solution and Here's some helpful tips to help you improve it
HTML :
Use the <main> tag to wrap all the main content of the page instead of the <div> tag. With this semantic element you can improve the accessibility of your page.
Use the <footer> tag to wrap the footer of the page instead of the <div class="attribution">. The <footer> element contains information about the author of the page, the copyright, and other legal information.
Use appropriate header tags to give semantic value and improve accesibility in your page starting from <h1> - <h6>
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