Function silkenweb::elements::html::dd

source ·
pub fn dd<D: Dom>() -> Dd<D>
Expand description

Construct the HTML dd element

The HTML <dd> element provides the description, definition, or value for the preceding term (<dt>) in a description list (<dl>).