HTML Layout

All HTML topics
∙ Chapter 60

HTML Layout

HTML layout is mostly semantic structure. CSS (grid/flex) handles the visual layout.

<header>
Top area: logo, nav, hero.
<main>
Unique main content of the page.
<aside>
Sidebar/related content.
<footer>
Bottom area: links, copyright.
ℹ️See #miniproject for a full semantic page structure example.