Design comparison
SolutionDesign
Solution retrospective
Hi 👋, here is my solution to the challenge. Any suggestion for improvement is welcome.
Community feedback
- @vanzasetiaPosted almost 2 years ago
Hi, Daniel!
I have some suggestions to improve this solution.
- There are two versions of the header image. So, specify the other version with
<source>
element. - Alternative text for images should not include any words that are related to the word "image". The semantic meaning of the
<img>
element tells assistive technologies to pronounce it as an image. - The image is a decorative image. So, leave the alternative text empty (
alt=""
). - For your information, decorative images are images that don't add any information and serve only aesthetic purposes.
- Use a list element for the statistic. The content should be rendered as three list items.
- The number of each statistic should not be a heading element. The content below it is too small.
I hope you find this useful. Happy new year!
1 - There are two versions of the header image. So, specify the other version with
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