Semantic HTML, CSS flexbox, CSS grid, mobile first, BEM methodology
Design comparison
Solution retrospective
It's better to replace the div children of article tags for section tags to improve the semantic ui?
Community feedback
- @12KentosPosted over 2 years ago
Hey @FerneyMontoya6,
Nice job on the project! I'm not 100% sure if I'm answering your question the way you want, but you want to use sections to distinguish between sections on a website. For instance take apples website for an example.
If you inspect the website they have three section within the
<main>
element. Each section is detailing different things about apples products.I like to think of sections as a good way to organize a page's body, and you use
<div>
inside of sections. Does that make sense?Keep up the good coding!
Marked as helpful1
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