🎯 What you'll practice: The core HTML5 semantic elements and when to use each one.
1-B 2-B 3-A 4-C | 5 = footer 6 = section 7 = header, nav, main, section, article, aside, footer (any six) 8 = section groups related content thematically (often with a heading); article is self-contained content that could stand alone/be syndicated, like a blog post 9 = Semantic tags convey the meaning/role of content programmatically, letting screen readers announce structure and search engines weight content correctly — a <div> carries no such meaning | 10 = header>nav, main>section>article(x3), aside, footer — the three post previews as articles inside a section within main, with aside as a sibling of section holding tags, and footer outside main.