Design comparison
SolutionDesign
Solution retrospective
Feedbacks and suggestions are welcome!
Community feedback
- @techantherePosted almost 3 years ago
Your solution is responsive and HTML structure is also good, well done! But a few important things to mention: always use a heading tag under the section tag. As section tag requires a heading element (or can say header item) text for identifying it, you can add an aria-label attribute with section. Also for icons, the alt text is not required at all so you should set the alt="" (empty) and instead set aria-hidden to true.
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