Design comparison
SolutionDesign
Solution retrospective
feedback welcome
Community feedback
- @danielmrz-devPosted 10 months ago
Hello @mypetonthenet!
Your solution looks excelent!
I have just one suggestion:
- For semantic reasons, don't skip levels when using HTML headings. Here's a quick guide on how to use them:
The
<h1>
to<h6>
tags are used to define HTML headings.<h1>
defines the most important heading.<h6>
defines the least important heading. Only use one<h1>
per page - this should represent the main heading/subject for the whole page. And again, do not skip heading levels - start with<h1>
, then use<h2>
, and so on.I hope it helps!
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