Design comparison
SolutionDesign
Solution retrospective
I will be grateful for any opinion and i want to know what i can do better. Most difficult to me is bulding html structure and i dont know i must using main, article or smt like that or just simple div is also good. After submit solution i see accessibility issues can somebody explain me what does mean and what i should do with that?
Community feedback
- @fazzaamiarsoPosted over 2 years ago
Hello, pi3guss! To fix your accessibility report, you can go the learn more link on the report. It will give you an in-depth explanation on the rules you violate.
For quick improvements:
- You must put
<html lang="en">
inside thehead
tag. - A page must contain a level 1 heading means that you must have an
h1
tag in the page, most likely your page title. In your case, you can wrap the Equilibrium #3429 link in anh1
. - You can replace the
<div class="container">
with a main tag.
Hope it's helpful! Keep on coding!!
Marked as helpful0 - You must put
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