1
2
3
4
5
6
//! Inline text elements
//!
//! Use the HTML inline text semantic to define the meaning, structure, or style
//! of a word, line, or any arbitrary piece of text.

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