fylo-data-storage-component-master challenge
Design comparison
Solution retrospective
Comments, suggestions and advice are very welcome! Thank you.
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Good Job Daniel
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.-> Always use h1 first and then h2, h3 and so on
Keep up the good work!
Marked as helpful0@daniellambertiPosted almost 3 years ago@Crazimonk Hi Naveen, thank you for your tips! Actually, I noticed that in all challenges I have completed so far, I made same mistakes regarding accesibility. In fact, I didn't put any semantic tags on the html code, I thought that, because these challenges are all cards, maybe it would not be necessary, but now I realize that it is kind of mandatory to include semantic tags in any html code. I will take into account to use h1, h2 etcetera in sequence. Regards!
1
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