leptos::html

Function abbr

Source
pub fn abbr() -> HtmlElement<Abbr, (), ()>
Expand description

The <abbr> HTML element represents an abbreviation or acronym; the optional title attribute can provide an expansion or description for the abbreviation. If present, title must contain this full description and nothing else.