Design comparison
Solution retrospective
I'd love to hear any feedback regarding semantic HTML, accessibility, and CSS efficiency.
Thanks for your time!
Community feedback
- @Mitko90Posted over 1 year ago
Hi, nice solution.
It looks great.
I had the same mistakes when I did it:
-
The buttons are supposed to be directing viewers to different parts of the site where they can learn more about the cars. So in that case the
a
tag should be used instead of thebutton
-
The
article
element is being used incorrectly and not needed for this challenge.
Thumbs up for the
visually-hidden
h1
.You can check my two entries on this solution here and here
Hope I was helplful.
Marked as helpful1@ohuttarPosted over 1 year ago@Mitko90 Thanks for taking the time to comment! I see what you mean about the article tag and the button. I'm going to update my solution.
0 -
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