Function moxie_dom::elements::text_content::dd [−][src]
pub fn dd() -> DdBuilder
Expand description
The HTML <dd>
element provides the description, definition, or value for the
preceding term (<dt>
) in a description list (<dl>
).
A function for creating a builder which will accept attributes and produce the element.