Expand description
Content sectioning elements
Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.
Modules§
Structs§
- Address
- The HTML
<address>
element - Article
- The HTML
<article>
element - Aside
- The HTML
<aside>
element - Footer
- The HTML
<footer>
element - Header
- The HTML
<header>
element - Heading1
- The HTML
<h1>
element - Heading2
- The HTML
<h2>
element - Heading3
- The HTML
<h3>
element - Heading4
- The HTML
<h4>
element - Heading5
- The HTML
<h5>
element - Heading6
- The HTML
<h6>
element - Heading
Group - The HTML
<hgroup>
element - Main
- The HTML
<main>
element - Navigation
- The HTML
<nav>
element - Section
- The HTML
<section>
element