Design comparison
SolutionDesign
Solution retrospective
Hello Communnity!
I have created this challange after long break from programming as I am planning to back to the game. Please feel free to share any tips/comments as there is always some place for improvement.
Thanks in advance! Jakub
Community feedback
- @pRicard0Posted over 1 year ago
Some HTML tips
- I think you are using too many divs. You can use
<main>
instead of section for example - You need to learn how to use
<form>
because instead of using div for the ratings, you need to use<input type="radio">
and each input should have alabel
attached to it to make the “ratings” accessible.. The submit button is perfect. - You should not use alt attribute for decorative images.
Marked as helpful1@jakub-ozogPosted over 1 year ago@pRicard0 Thank you for the valuable feedback! I will take that into cosideration with next projects.
Best, Jakub
1 - I think you are using too many divs. You can use
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