Function leptos_dom::html::h4
source · pub fn h4(cx: Scope) -> HtmlElement<H4>
Expand description
The <h1>
to <h6>
HTML elements represent six levels of section headings. <h1>
is the highest section level and <h6>
is the lowest.
pub fn h4(cx: Scope) -> HtmlElement<H4>
The <h1>
to <h6>
HTML elements represent six levels of section headings. <h1>
is the highest section level and <h6>
is the lowest.