Design comparison
SolutionDesign
Solution retrospective
This is my 2nd project ..any suggestion is welcome :D .
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Akshita, Congratulations on completing this challenge... You have some
accessibility issues
you need to fix.Document should have one main landmark
, Contain the component in<main>
.
<main> <div class="container"> //... </div> </main>
Page should contain a level-one heading
, Changeh2
toh1
You should always have oneh1
per page of the document.Heading levels should only increase by one
, Changeh5
toh2
I hope this is helpful to you... Keep codingπ
Marked as helpful1 - @ShanviePosted over 2 years ago
Thank you ..Ahmed Bayoumi sir ..It is very helpful for me :D .
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