Design comparison
SolutionDesign
Community feedback
- @IryDevPosted over 1 year ago
Hi @Oxgood 😄. Congratulation on successfully completing your second challenge on the platform ! !
I have some recommendations in order to improve your solution :
- Wrap the whole main content of your page into the semantic <main> tag.
- Replace the <div class="attribution> by the semantic <footer> tag
- Semantic html improve accessibility of your web page
HTML :
<body> <main> <div class="main-container"> </div> </main> <footer class="attribution"> </footer> </body>
I hope you'll find this helpful! 😄 Above all, the solution your is really good!
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