CSS Javascript

Solution retrospective
I'll be glad if you take a look at my html code. Could it have been better if I used article tag instead of a container div to wrap all my other elements?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @JesseOlisa
Hello Abdullah,
Well done on completing this challenge. It looks good. Keep it up👏.
To fix your accessibility issue, wrap your divs inside landmarks. Landmarks help assistive technology users to navigate your page easily.
Landmark includes a header, main, footer tags, and more. So wrap your div.container inside the main tag to resolve it. I hope this helps. Cheers
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