Design comparison
Solution retrospective
N/A
Community feedback
- @emmanuelkumahPosted over 2 years ago
Great start @ColeTistan. Just a little suggestion, avoid using a lot of div tags and be sure to use semantic HTML elements like main, section, etc. For instance, the main content should be in the <main></main> tag and you can group related information in the <section></section> tag.
With semantics, you can describe the meaning of the information to both the browser and developer. Happy coding
Marked as helpful1@ColeTistanPosted over 2 years ago@emmanuelkumah I just realized that I should have added semantic HTML tags for readability, but good catch. I will make sure I include them in the next challenge I work on. Thank you for your suggestion!
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