Design comparison
SolutionDesign
Community feedback
- @JEWebDevPosted 4 months ago
Hello! Good job!
You can step up your HTML with semantic tags:
-
Use the
<footer></footer>
tag for the footer. -
Use the
<article></article>
tag for the container div. -
Wrap the
<div class="container"></div>
with a<main></main>
tag.
This will give semantic structure to your HTML. I hope this helps you, please mark my response as helpful if it was.
Have a nice day!
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