Design comparison
SolutionDesign
Solution retrospective
any feedback ? :D
Community feedback
- @osoriodevPosted almost 3 years ago
Hello @titocs, you have some accessibility issues.
- You are using an
h1
for each card title. There can only be oneh1
on the page. - You have an
h3
for the person's name and anh5
for the text "Verified Graduate", that doesn't make sense.
When you use HTML headings, you must follow a logical order like a book's index.
h1
h2
h3
h3
h3
h2
h2
Headings are usually separated by an
article
, asection
, etc. I hope it helps you 👍0@titocsPosted almost 3 years ago@osoriodev hello @osoriodev, thanks for your feedback. this is a new lesson for me :D
0 - You are using an
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