Submitted over 2 years ago
Interactive rating component by using html, css and javascript
@hrishikdm
Design comparison
SolutionDesign
Solution retrospective
please look out for my code and feel free to give feedback and give your suggestions thanks you
Community feedback
- @ManuGil22Posted over 2 years ago
Hey @hrishikdm pretty cool solution! Have some things to say as feedback:
- Wrap all body content in a <main> tag for accessibility purposes.
- Always use heading tags in order. Dont use <h2> or <h5> as a first tag, you can use a <h1> instead and change the text-style with css!
<h1>How did we do?</h1>
Also for the text area were u have h5 and h2!
Marked as helpful1@hrishikdmPosted over 2 years ago@ManuGil22 Thanks for looking at my solution, and thanks for giving your feedback on it, it's really helpful.
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