Design comparison
SolutionDesign
Solution retrospective
recommendations?
Community feedback
- @natashaplPosted about 2 years ago
Hi Arturo. Nice work! Just a couple of things I noticed when I checked out your code. For accessibility reasons, headers such as
<h1>
should increase by one. What this means is that since you used a<h1>
in your header, the next header text should be<h2>
rather than<h4>
.Also, in order for your HTML to be valid, you'll need to add headers to all of the bottom sections. I suggest replacing the
<span>
tag around the names with<h3>
tags.I hope this helps. :)
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