Design comparison
Community feedback
- @rayaattaPosted 10 months ago
Hello 👋, congratulations on completing this challenge 🎉
I have some suggestions you might find useful.
1 Since the illustration image is decorative its alt attribute should be left empty.
"Images with no semantic meaning—such as those which are solely decorative—or of limited informational value, should have their alt attributes set to the empty string (""). " - Mdn webdocs
You can check out this article.
2 I noticed
<h4>Cancel Order</h4>
in your code. This is actually supposed to be a button. You should replace it with<button>Cancel Order</button>
I hope this helps 🙃
Your solution looks great 😉
Happy coding ✌️
Marked as helpful1
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