Design comparison
SolutionDesign
Community feedback
- @Jeen-PreshPosted almost 2 years ago
Hello Kariath, congratulations on completing your first fem challenge.
Some suggestions to help improve your project
- Always ensure to wrap your main content with the
main
element for accessibility and semantic HTML markup
more info here MDN Link Main Element
- The code below should be wrapped with an
h1
tag
<P>Improve your front-end skills by building projects</P>
- Give your
img
element analt
tag.alt
tags are good for accessibility for screen-readers
Hope you find this helpful, congratulations once again. cheers
0 - Always ensure to wrap your main content with the
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