Design comparison
Solution retrospective
all feedbacks are welcome :)
Community feedback
- @Bishalsnghd07Posted 8 months ago
Hi @ErikBraga👋
Congrats for completing this challenge 🎉 and great work👏
A few adjustments needed in your project:
1)Within ratings section, img tag decorative images alt always be empty and should add aria-hidden:true to maintain semantic HTML.
2)Headings level should not be break, it should be like this 👉
h1, h2, h3, h4, h5 & h6
. h1 will be the most important tag and h6 will be the least important tag. After h1, use h2, it follow the path and it is good practice to use. Heading level is not doing large or small your size of element. It is used to maintain semantic of your web page.Hope, this tips will help you!
Happy Coding ❤️
Marked as helpful1
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