Design comparison
SolutionDesign
Solution retrospective
- Any suggestion ? because i only used html and css for this project.
Community feedback
- @perezjprz19Posted almost 3 years ago
Hi Vinay!
Other than the stuff in your accessibility/HTML report...
It is best to keep your styles separate from your HTML code because combining them makes your HTML harder to read and maintain. Still not as bad as in-line styles though and this is a very simple project so it's not a big deal, but it is best to get in the habit.
Instead of making div soup, use semantic HTML. There is body, main, h1-h6 for headings, and footer. In fact, most of the stuff in your report, if not all, can be addressed by using semantic HTML.
Marked as helpful0@Hero-debug-cloudPosted almost 3 years ago@perezjprz19 Thanks for your valuable feedback.
0
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