html 0.6.3

Structured HTML encoder
Documentation
1
2
3
4
5
6
7
8
//! Text content elements
//!
//! Use HTML text content elements to organize blocks or sections of content
//! placed between the opening <body
//! accessibility and SEO, these elements identify the purpose or structure of
//! that content.

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