Intro section with dropdown navigation HTML plain CSS

Solution retrospective
Feel Free to Drop Your Suggestions. Thank You All.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hmadamk
- 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 helpful
Join 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