Design comparison
SolutionDesign
Solution retrospective
Feedback appreciated. How can I improve?
Community feedback
- @fazzaamiarsoPosted over 2 years ago
Hello DJ! Nice work on the JS side!
There are some quick improvements you can make on accessibility.
- Rather than assigning the same Id such as
error
, it would be better if you change it to class. Why? because id must be unique. - Replace the
<div class="wrapper">
with amain
tag. This ensures your contents are inside a landmark.
I hope it helps! Cheers!
Marked as helpful1 - Rather than assigning the same Id such as
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