Function write_html::tags::dfn

source ·
pub fn dfn(
    attributes: impl Attributes,
    inner_html: impl Html
) -> Tag<'static, impl Attributes, impl Html, { _ }>
Expand description

Creates a new <dfn> tag.

See tag for more information.