Design comparison
SolutionDesign
Community feedback
- @kanishkasubashPosted over 1 year ago
Hi Lo ๐. Congratulations on successfully completing the challenge! ๐
Your solution looks great, and you've done a fantastic job overall! However, here are some small suggestions after taking a look at your code that might interest you.
HTML:
- The
<figure>
element is appropriate to use when you need to associate a<figcaption>
with an image or other content. This image doesn't have a caption, you can simply use an<img>
tag. If you want to wrap it, you can use a<div>
tag. - The
<figure>
element provides a structured and semantic way to present media content with its associated descriptions, improving accessibility and enhancing the understanding of the content for users and search engines.
I hope you find this helpful! ๐ Keep up the great work! ๐
๐ฅ๏ธHappy coding!
Marked as helpful0 - The
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