Function leptos_dom::html::abbr
source · pub fn abbr(cx: Scope) -> 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.