Function moxie_dom::elements::text_semantics::abbr [−][src]
pub fn abbr() -> AbbrBuilder
Expand description
The HTML Abbreviation element (<abbr>
) represents an abbreviation or acronym; the
optional title
attribute can provide an expansion or description for the
abbreviation.
The title attribute has a specific semantic meaning when used with the <abbr>
element; it
must contain a full human-readable description or expansion of the abbreviation. This text
is often presented by browsers as a tooltip when the mouse cursor is hovered over the
element.
A function for creating a builder which will accept attributes and produce the element.