HTML, CSS, Media queries

Please log in to post a comment
Log in with GitHubCommunity feedback
- @IryDev
Hey @@Meetkamal256 well done for completing this challenge 😄😄
I have come advice in order to improve your solution :
- Your page should have at least one h1 tag
- I suggest replacing the <h2> tag with the h1
- You didn't use semantic HTML that can improve accessibility on your website
- Wrap the whole main content of your website in the semantic <main> tag
HTML :
<body> <main> ... <h1>Improve your front-end skills by building projects</h1> ... </body>
I hope you'll find this helpful😄
Marked as helpful
Join 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