Semantic Layout Example

Example combining multiple semantic elements.

Preview

Code

<header>Header</header>

<nav>Navigation</nav>

<main>
<section>
<p>Main content area</p>
</section>
</main>

<footer>Footer</footer>

More HTML Semantics Examples (7)