Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
table and hr
What challenges did you encounter, and how did you overcome them?table and hr, for those i needed to mess with the border width
What specific areas of your project would you like help with?h3 throws error: Heading levels should only increase by one
no idea how to fix, ive already used h1 and h2, albeit later
Community feedback
- @digigrrl525Posted 8 months ago
Hi. Your h3 error occurs because you have an h1 then h3 then h2. Your h2 should come before your h3. One easy option would be to change your <h3> to a <p> with an id. That would be an easy solve that doesn't require a lot of rework.
1
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