Design comparison
SolutionDesign
Solution retrospective
I hope it looks good
Community feedback
- @mubizzyPosted over 2 years ago
nice job youssef, really great. but you are missing something your, section Tags should be wrapped in the main Tag not outside.
<html lang="en"> <head> <title>Hello</title> </head> <body> <main> <section class="features"></section> <section class="about"></section> <section class="comments">/section> </main> <footer>This is the footer</footer> </body> </html> :) That should fix the accessibility issues :)
Marked as helpful0
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