my first solution

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Jeen-Presh
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
- Always ensure to wrap your main content with the
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