Submitted over 2 years ago
Responsive component page using css grid and vanilla javascript
@Jemi-code
Design comparison
SolutionDesign
Community feedback
- @cholis04Posted over 2 years ago
Hi @Jemi-code, excellent project work.
However, I see some accessibility issues and HTML issues in the report.
- Document should have one main landmark
I guess you can replace from :
<div class="body"></div>
to :
<main> </main>
- When using the tag section, add heading (h2-h6) elements to identify headings to all sections.
Hope this helps. Happy Coding
Marked as helpful2 - @Jemi-codePosted over 2 years ago
Thanks a lot, I saw the issues but didn't know how to correct it.
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