html/manual/inline_text/
mod.rs

1//! Inline text elements
2//!
3//! Use the HTML inline text semantic to define the meaning, structure, or style
4//! of a word, line, or any arbitrary piece of text.
5
6pub use crate::generated::mdn::inline_text::{builders, children, elements::*};