Function leptos::html::dd

source ·
pub fn dd(cx: Scope) -> HtmlElement<Dd>
Expand description

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