Function leptos_dom::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).
pub fn dd(cx: Scope) -> HtmlElement<Dd>
The <dd>
HTML element provides the description, definition, or value for the preceding term (dt) in a description list (dl).