Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

interactive-rating-component

@jiran9031

Desktop design screenshot for the Interactive rating component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@saifion33

Posted

Hi Karnapu.

Your solution is awesome. But there is some HTML and accessibility issue.

  1. Wrap <div class="container"> into <main> .

<main><div class="container">your code</div></main>

  1. Change button id you used same id for every btn <li><button class="btn" id="btn_3" type="submit">1</button></li>

change it like btn_1 btn_2.

I hope you find this helpful

Happy Coding 😊.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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