Design comparison
SolutionDesign
Community feedback
- @MrLanterPosted about 1 month ago
Hi! I hope you are doing well. This is a great project.
I highly recommend using Semantic HTML. You used a
div
tag with the class "header", but there is a much simpler way! Use the header tag like this:<header> content here </header>
But that's not all. You can also use the
<main>
tag, which works the same way, but for the main content of the page. You can contain your div.container in it.With Semantic HTML, you improve code readability, maintenance, and SEO.
I hope this helped you. Have a nice day!
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