Design comparison
SolutionDesign
Solution retrospective
any comment will considered
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Good job on completing the challenge !
I have some feedback for you if you want to improve your code.
HTML ๐:
- You should use only one
<h1>
tag per page. The<h1>
tag is the most important heading tag, This can confuse screen reader users and search engines. This challenge requires thatSedans
,SUVs
andLuxury
are headings, but you can use the<h2>
tag instead of the<h1>
tag. You can read more about this here ๐.
- The <li> tag is an HTML element used to create a list item (li) in an unordered, ordered, or description list. It is commonly used in HTML documents to create lists. Using a <li> without a <ul> is invalid HTML and will not be rendered correctly by the browser. The <li> element must be contained within a <ul>, <ol>, or <menu> element in order to be valid.
I hope you find it useful! ๐
Happy coding!
0 - You should use only one
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