Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Responsive
What challenges did you encounter, and how did you overcome them?Responsiveness/media query
What specific areas of your project would you like help with?Tips in general
Community feedback
- @0xabdulkhaliqPosted 7 months ago
Hello Sister 👋. Congratulations on successfully completing the challenge! 🎉
- I have a suggestion regarding your code that I believe will be of great interest to you.
HTML 🏷️:
- This solution contains a minor semantic issue which may cause accessibility issues
- The old price is not being properly announced, you have used
span
element for that.
- Actually there's a native html element which comes handy in these situations. it is
del
element
- So you can use like this
<del>$169.99</del>
- These are the tips which improves the accessibility in real world situations.
- If you have any questions or need further clarification, you can always check out
my submission
and/or feel free to reach out to me.
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0@ragavijegatheesanPosted 7 months ago@0xabdulkhalid --- Thank you so much for your thoughtful suggestion! I really appreciate your input on improving accessibility. I'll definitely implement the <del> element in my code to ensure better semantic structure. Your feedback is invaluable!
1 - Account deleted
You made the font wrong
Marked as helpful0
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