interactive rating

Please log in to post a comment
Log in with GitHubCommunity feedback
- @pauldevcodes
Hi Schismond, great work on completing the project.
I have some suggestions about your code that might interest you.
HTML:
- The
<header></header>
element is used to represent a section of a page that contains introductory or navigational aids. It can contain heading elements, logos, search forms, and other elements. - The
<nav></nav>
element is used to represent a section of a page whose purpose is to provide navigation links. - So this project doesn't exactly need a header and nav element since we have no links and so on. You could just wrap the entire code in
<main><main>
element.
I hope this was helpful
- The
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