Design comparison
SolutionDesign
Solution retrospective
Project complete. Would love some feedback as always.
Community feedback
- @pRicard0Posted over 1 year ago
Yoo! Congratulations finishing the project
Some HTML tips.
- You should not use <p> for almost everything. The text "perfume" could be a h2.
- Instead of using p for the prices, you can use
em
ands
. The<em>
tag is used to define emphasized text. The content inside is typically displayed in italic. A screen reader will pronounce the words in<em>
with an emphasis, using verbal stress. The<s>
HTML element renders text with a strikethrough, or a line through it. Use the<s>
element to represent things that are no longer relevant or no longer accurate. - You should not use alt attribute for illustrative images like the icon-cart.svg
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