Design comparison
SolutionDesign
Solution retrospective
can i write a better code than this one? a more efficient and smaller one.
Community feedback
- @CamiloZamoraPosted about 1 year ago
Hi there, hope you´re fine.
Just a little advice to improve regarding HTML structure, wrapping all your content within a
<main>
tag; with this you´ll fix some flags on the Accessibility report.You have a
<p>
tag just after the<body>
that has no closing tag. You should check it!Hope this is useful. Have fun coding!.
Marked as helpful1
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