Lesson 3 of 10
🏛 HTML Structure & Semantic Tags
What You'll Learn
- The full structure of an HTML document: <html>, <head>, <body>
- Why semantic tags (<header>, <nav>, <main>, <article>, <footer>) matter
- How to build a well-structured page in the live editor
Quick Check
1. Where do CSS file links belong in an HTML document?
2. What is the purpose of the <nav> element?
3. Why are semantic tags better than using <div> for everything?
4. Which element contains the primary unique content of a page?