Design comparison
Solution retrospective
I've just completed a front-end coding challenge from @frontendmentor! 🎉
You can see my solution here: https://www.frontendmentor.io/solutions/pgina-de-links-responsiva-h79u9B1hZz
Any suggestions on how I can improve are welcome!
Community feedback
- @ZukizukPosted 10 months ago
Hello there congratulation on completing this challenge.
Your solution looks nice.
I have few suggestion that I think might interest you.
You shouldn't use section just to divide things, in such situations use a div element instead like. The <section> tag in HTML is used to define sections in a document. It's typically used to group related content together, such as chapters, headings, or any thematic grouping of content. Also every section tag needs at least one heading tag like
h1 or h2 or h3
so think about it before using it.In this particular challenge you use section tag to group the element which I think wasn't best. You should have used a div element because then you won't have to provide any heading tag and hide it.
I hope this feedback is helpful
Other than that great job
Marked as helpful0
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