Interactive rating component using HTML & CSS and JavaScript
Design comparison
Solution retrospective
Hello, I am new to the world of programming. I tried my best to create a perfect design but it is what I've come up. The JavaScript part was a bit difficult since I my knowledge of DOM manipulation is limited. I would be happy to receive you feedback. Thanks
Community feedback
- @amulyalovescodingPosted about 2 years ago
Hello @Abdul-Waris-2566, Congratulations on completing this challenge! I really liked the result of your project, but I have some tips that I like to share:
1- Every page should have one main landmark <main>. So replace the div that wraps the whole content with <main> to improve the accessibility. click here
2- All page content should be contained by landmarks, you can understand better by clicking here: click here
3- Element head is missing a required instance of child element title.
Context:
<head> </head><body>
✌️ I hope this helps you.
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