Submitted about 2 years ago
Intro section with dropdown navigation HTML plain CSS
@ravindra135
Design comparison
SolutionDesign
Solution retrospective
Feel Free to Drop Your Suggestions. Thank You All.
Community feedback
- @hmadamkPosted about 2 years ago
- well done
- you have a typo secttion instead of section
- links must have describtive text for links with icons use aria-label to describe your link to non-sighted users and screen readers like so
<a href="#" aria-label="Our facebook page">
- make sure that all of your page is contained by a landmark examples of landmarks are
header for the top section main for your main section section with aria-label to describe why you added this section footer for the bottom section
Marked as helpful1@ravindra135Posted about 2 years ago@hmadamk I have rectified the section; Thank You, as your explanations on Landmarks are very clean. It helped
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