1
2
3
4
5
6
7
8
//! 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.

pub use crate::generated::mdn::content::{builders, children, elements::*};