Function moxie_dom::elements::text_content::dt[][src]

pub fn dt() -> DtBuilder
Expand description

The HTML <dt> element specifies a term in a description or definition list, and as such must be used inside a <dl> element.

A function for creating a builder which will accept attributes and produce the element.