Design comparison
SolutionDesign
Community feedback
- @PhoenixDev22Posted almost 3 years ago
To get rid of the accessibility issues 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> ... Click here to read more
• have at least one <h1> in your code, You should have used <h1> and move up by one level each time instead of the <h5>, <h6> for the titles. Click here to read more
• It's better to use anchor tag instead of the button tag as the button tag is better for forms. overall it looks good, hope this feedback helps. Happy coding
1
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