Interactive rating component using pure HTML, CSS and JavaScript
Design comparison
Community feedback
- @SamadeenPosted over 2 years ago
Hey!! Cheers 🥂 on completing this challenge.. .
Here are my suggestions..
- You should use <main class="card"> instead of <div class="card">.
- Go down orderly when you are using the headings h1 down to h2 down to h3 and so on.
- You can wrap your attribution section in a footer tag to avoid accessibility issues.
This should fix most of your accessibility issues
. Regardless you did amazing... hope you find this useful... Happy coding!!!
Marked as helpful1@SYadanarPosted over 2 years agoHello @Samadeen!
Your suggestions helped me a lot with my accessibility issues. Thank you so much for that.
For now, I got HTML issues for using <spam> inside <p>. [Error: Element spam not allowed as child of element p in this context. (Suppressing further errors from this subtree.)].
I've no idea how to fix that. Could you suggest me to solve that issue? Thank you again.
0@cma124Posted over 2 years ago@SYadanar Try with <span> element instead of <spam>
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