Design comparison
Community feedback
- Account deleted
Hi there!! βοΈ
Congrats on completing this challenge! π₯³π
Here are some tips to improve your solution... π―
HTML: π§±
Your content should be inside the
main
tag.Header elements implements six levels
h1-h6
, withh1
being the most important andh6
being the least important. avoid omitting header levels, your page should start with the headerh1
and successively withh2...h6
. More info here.The image
<img src="./images/image-web-3-desktop.jpg" alt="header" width="100%" height="auto">
is only decorative, it does not add value to your page web, so do the following<img src="./images/image-web-3-desktop.jpg" alt="" aria-hidden="true" width="100%" height="auto">
more info here.I hope I've helped π
Happy coding! π
0
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