Function moxie_dom::elements::text_semantics::sup [−][src]
pub fn sup() -> SupBuilder
Expand description
The HTML Superscript element (<sup>
) specifies inline text which is to be displayed
as superscript for solely typographical reasons.
A function for creating a builder which will accept attributes and produce the element.