Design comparison
Solution retrospective
I just learn tailwind-css and wanted to try some challenges using it. I will really appreciate any advice.
Community feedback
- @NaveenGumastePosted over 2 years ago
Hay ! Good Job bhonePyae99
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 - @ChamuMutezvaPosted over 2 years ago
Use semantic elements where possible, the
change, proceed to Payment and cancel
are supposed to be interactive elements. Using divs for interaction will require a lot more coding for the site to be accessibleMarked as helpful1
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