Design comparison
Solution retrospective
Hi, it is my first solution posting on Frontend mentor, I am really looking forward to hearing feedback from you guys.
Community feedback
- @sayednaserPosted almost 3 years ago
Great work <3
I've noticed one issue. You are using <p> tag for all the text. While it visually causes no problem. It causes accessibility issues (e.g for screen readers). The title should be a heading element (specifically <h1>). Don't be confused by the default styling of it, you can and should overwrite its style as you want. Also notice you should use <h1> element once in a page. The next levels are <h2> <h3>... Also, this should get rid of the accessibility issue in the report.
Keep it up :)
Marked as helpful0@sharipoff-0-1Posted almost 3 years ago@sayednaser Thank you for your feedback, I will definitely take into account to my next solutions :)
0
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