html/manual/text_content/
mod.rs

1//! Text content elements
2//!
3//! Use HTML text content elements to organize blocks or sections of content
4//! placed between the opening <body
5//! accessibility and SEO, these elements identify the purpose or structure of
6//! that content.
7
8pub use crate::generated::mdn::text_content::{builders, children, elements::*};