Design comparison
Solution retrospective
Feedbacks are welcomed!
Community feedback
- @NaveenGumastePosted almost 3 years ago
Hay ! Good Job Kunal
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 helpful1 - @saeedyari97Posted almost 3 years ago
Hi, Kunal
well done, you deserved the success.
For better accessibility and achieve to better indexing, you can use HTML5 semantic tags.
for this purpose you can define a main tag immediately after body. this tag will be your main container. also define a section for your main to holding card container. each page has one main section and every main section has a header tag so you can define your heading (h1 to h6) tag in header tag.
Note: main tag just use one time per page. and every page has one and more main header (one recommended) which appears in header tag.
enjoy the coding!!!
Marked as helpful0 - @mrfinesse47Posted almost 3 years ago
looks very good, pretty much identical to the original.
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