Function silkenweb::elements::html::dt

source ·
pub fn dt<D: Dom>() -> Dt<D>
Expand description

Construct the HTML dt element

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