Design comparison
SolutionDesign
Solution retrospective
I have some problem with clean coding. Could you give me some tips for the future?
Community feedback
- @skyv26Posted almost 3 years ago
To solve accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
Add
aria-label
to all elements which you are using without any class and ID. Even use it in your img tags whether you used alt or not. -
Keep remember use headings once in one page html.
Good Luck ;)
Marked as helpful1@csompattPosted almost 3 years agoThanks for your time and your helpful advice. @skyv26
1 -
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