Design comparison
SolutionDesign
Community feedback
- @Naveen-CBPosted 10 months ago
@Abhishek10351 Hello Abhishek, your code looks good and almost exact to the solution
Here is my few suggestions to improve SEO and accessibility:
- To improve your HTML avoid using div for everything instead Add the tag relevant to it.
- For example: instead of using div to suv, sedan, luxury you can add.
<h2>suv</h2>
and same for next two sections.
I hope it helps you to improve your HTML
1
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