Design comparison
Solution retrospective
Hi, no particular difficulties with this one but if you have constructive feedback, it is welcome. Thanks in advance.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hay ! Good Job Will
These below mentioned tricks will help you remove any Accessibility Issues
-> Add
Main
tag after body like it should be your container. For 1st heading orh1
tag, use header tag and then inside the header put yourh1
orh2
etc . But use header tag only once in main heading element.Keep up the good work!
Marked as helpful0@wkan17012021Posted over 2 years ago@Crazimonk Hi Naveen, thanks for the suggestions. I agree with the use of main tag. Originally, i didn't use h1 tags because i read somewhere it was bad practice to have multiple h1 tags but perhaps that applies to production webpages not projects like these? I'm not sure about nesting the header tag in the main tag- this discussion suggests otherwise. https://stackoverflow.com/questions/20470345/should-the-header-and-footer-tags-be-inside-the-main-tag#:~:text=Rule%20of%20thumb%20%3A,)%20in%20your%20
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