Product Preview card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @FrontendBy-GJ
Nice! Good use of semantic HTML!
I would have used
<article>
for "product__card" instead of a div.First time I've seen
<del>
element. For product card's old price, you should use<s>
element; used to represent text that is no longer accurate or relevant, which in this case is the old price.Marked as helpful
Join 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