Design comparison
SolutionDesign
Solution retrospective
Hello guys , as always , if you see a point , be sure to tell me ✌
Community feedback
- @PhoenixDev22Posted almost 3 years ago
Hello saeed0920,
It’s really nice and clean work .
To get rid of accessibility errors shown in your report:
- wrap everything in your body in <main> OR use semantic tags OR give role="" to the direct children of your <body>.
Also , I would suggest to use anchor tags instead of the button tags. When you're navigating the user to a page or resource, use an anchor. (since they seem as if they navigate the user to a page or resource where you can learn more about the product when clicked).
I hope this feedback helps 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