Submitted over 2 years ago
Advice generator using HTML, CSS and JavaScript
@BobanAvramovik
Design comparison
SolutionDesign
Community feedback
- @Bayoumi-devPosted over 2 years ago
Hey Boban, It looks good!... You have some
accessibility issues
that need to fix.Document should have one main landmark
, Contain the component with<main>
.
<main> <div class="container"> //... </div > </main>
Page should contain a level-one heading
, Changeh4
toh1
You should always have oneh1
per page of the document.
I hope this is useful to you... Keep coding👍
Marked as helpful0@BobanAvramovikPosted over 2 years ago@Bayoumi-dev Thank you for your support. I appreciate 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