Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The
picture
element is not need for this challenge.
- The “illustration” and Music Icon serves no other purpose than to be decorative; they add no value. Their
alt tag
should left blank and have anaria-hidden=“true”
to hide it from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
- The only heading in this challenge is the ”Order Summary". Every other text should wrapped in a
paragraph
element.
- Your HTML should have a
main
element that will assist in identifying the main content of your site. For this challenge, since there is only one component, it will serve as the component’s container.
More Info:📚
- Your
attribution
should be wrapped in afooter
element instead of adiv
.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding! 🎄🎁
0 - 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