3-column preview car component using html, scss, mobile first workflow
Design comparison
Solution retrospective
open to any feedback and recommendations
Community feedback
- @dewslysePosted over 3 years ago
Hello Juan 👋! Excellent job on your submission. It's neatly done!
In your html, I notice that you've wrapped all your content in a
<ul>
, any particular reason for that. Typicallyul
is used to render a list of items. Though this may not be an error, wouldn't it be more appropriate to use another sectioning element like<section>
? Just my opinion.Marked as helpful1@JuanDa15Posted over 3 years ago@dewslyse hello, thank u so much for your opinion. I will apply your advice.
I have always had the doubt in which situations the <ul> or another sectioning method should be used. and that is something I would like to improve.
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