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

pub fn dl() -> DlBuilder
Expand description

The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the <dt> element) and descriptions (provided by <dd> elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).

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