Design comparison
SolutionDesign
Solution retrospective
How can i write cleaner and more organized code??
Community feedback
- @cluod-AlfakhrePosted over 2 years ago
really great job congratulations 👏
you just need a little update to your HTML so the accessibility issues disappear.
First the html file should contain at least one "h1" element.
Second the headings elements should level up gradually (h1, then h2 ,h3 ....).
and put wrap all your body content around a "<main>....</main>" tag.
and also remove the (action attribute from the form).
that's it i hope this was helpful and thanks 👍
0@JeremyTjahjanaPosted over 2 years ago@cluod-Alfakhre thanks a lot, I'll make sure to update it and remember it in my next challenge 😤🙏
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