Design comparison
SolutionDesign
Solution retrospective
There are some accessibility problem with the solution. what is it and how can i improve solution.
Community feedback
- @madkn1311Posted over 2 years ago
Hello,
Your design looks great...!!
Every html page should have some important landmarks so that it is easier for a screen reader to understand the structure of your page. Such landmarks are header, nav, main, footer, etc.
In your code you need to add a main tag and a footer tag.
Also, it is good practice to start with a level one heading <h1> in your page and then <h2>, <h3> and so on.
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