Function leptos::html::dfn

source ·
pub fn dfn(cx: Scope) -> HtmlElement<Dfn>
Expand description

The <dfn> HTML element is used to indicate the term being defined within the context of a definition phrase or sentence. The p element, the dt/dd pairing, or the section element which is the nearest ancestor of the <dfn> is considered to be the definition of the term.