Design comparison
Solution retrospective
I didn't have many complications doing this exercise but it was good to put the grid into practice. I would like if you could help me improve the semantics and optimize my code.
Community feedback
- @YelemyahMPosted about 2 months ago
Hello coder ! Well done for this challenge
Allow me to give you a feedback :
-
Your HTML structure is clear and uses appropriate elements like
<section>
,<article>
, and<div>
. This is great for readability and SEO. -
However, you should consider using
<h3>
tags for your subheadings.user__name
, as the current use of multiple<h2>
tags inside the testimonials can confuse screen readers by implying that each name is a major heading.
Hope it can be helpful ! Happy coding !
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