Submitted about 1 year ago
interactive rating component challenge with sass and javascript
@i-am-vahid
Design comparison
SolutionDesign
Solution retrospective
Hi guys !!!!!! 👋 I have done this beautiful challenge🚀, please watch and review it and give me your comments I welcome your comments
Community feedback
- @pRicard0Posted about 1 year ago
Your project is almost perfect. There is only one small thing to improve.
- Everything inside the form should be wrapped inside a
<fieldset>
which will have a<legend>
that is visually hidden using CSS. The legend tag is like the label of the form. This tag is to indicate to blind people what they should do or what those inputs are. Example...
<legend class="hidden">Please select a rating:</legend>
Marked as helpful1@i-am-vahidPosted about 1 year ago@pRicard0 Thank you You commented a useful point I will use this tip from now on
0 - Everything inside the form should be wrapped inside a
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