Design comparison
Solution retrospective
You are welcome to review my code, and I would be pleased to hear any suggestions you may have on how to make it better ๐.
Community feedback
- @MelvinAguilarPosted about 1 year ago
Hello there ๐. Good job on completing the challenge !
-
You've done a great job! Your code looks good. I do have a small suggestion regarding the star icons. You've included an alt attribute for each star icon, which is not necessary in this context.
When using images as decorative elements, especially repetitive ones like the star icons in your code, it's recommended to leave the alt attribute empty. This prevents screen readers from redundantly reading out the same description multiple times, which can be redundant and even irritating for users with visual impairments.
So, you can simplify the code by leaving empty the alt attributes from the star icons.
<img src="images/icon-star.svg" alt="">
I hope you find it useful! ๐
Happy coding!
1@ZainabnofiuPosted about 1 year agoI really don't know but now i know. Thank you so much @MelvinAguilar.
0 -
- @subodh16728Posted about 1 year ago
Hi there, you can try to make your webpage responsive. I'll recommend using TailwindCSS. It's really great and easy to build responsive web pages using the same. For ref, you can check my site: https://social-proof-section-three-mu.vercel.app/ Hope it helps!
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