Design comparison
SolutionDesign
Solution retrospective
Any Feedback would be appreciated
Community feedback
- @gauravnumberPosted about 3 years ago
Try to use Semantic HTML like header, main, section. Replace <div class="container"> with <main>
Marked as helpful0 - @gauravnumberPosted about 3 years ago
replace <h3> Order Summary</h3> with <h1> Order Summary</h1> It gives accessibility issue.
First heading always start with h1 not h3.
Order matter h1, h2, h3, h4, h5 Don't use h3 then h5. Use like this h3 and h4. One heading incremental is consider good.
Marked as helpful0
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