Submitted over 1 year ago
FAQaccordion/product-preview-card-component-main
@basheer-ahamed-008
Design comparison
SolutionDesign
Solution retrospective
All freebback is welcome thank you for advance
Community feedback
- @Lo-DeckPosted over 1 year ago
Hi well done for this challenge. I can't look at your code on github the link "viewcode" is useless.
For HTML you need to use more semantic tag it's better for the screen reader and SEO. Semantic HTML.
And for image you can use the
picture
tag.<picture> <source media="(max-width: 799px)" srcset="your path" > <source media="(min-width: 800px)" srcset="your path" > <img src="your path" alt="your description" > </picture>
Here a link.Mozilla mdn.
Hope to be helpful.
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