Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- To not only improve your HTML code but to also identify the main content of you page, you will want to wrap your entire component inside the
main
element.
More Info:📚
- The
tr
andtd
are being used incorrectly and not needed for this challenge, since it is not a data sheet.
More Info:📚
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td
- The “30-day, hassle-free money back guarantee” is not a heading. It should instead be wrapped in a
paragraph
element.
- The “Why Us” list needs to be created using an
unordered list
element along with thelist item
element.
MDN <ul>: The Unordered List element
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
0@EslamRagaeePosted almost 2 years ago@vcarames Thanks for you, your words helped me to improve my knowledge.
0 - To not only improve your HTML code but to also identify the main content of you page, you will want to wrap your entire component inside 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