Function moxie_dom::elements::text_semantics::dfn [−][src]
pub fn dfn() -> DfnBuilder
Expand description
The HTML Definition element (<dfn>
) is used to indicate the term being defined
within the context of a definition phrase or sentence.
A function for creating a builder which will accept attributes and produce the element.