Function write_html::tags::s

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

Creates a new <s> tag.

See tag for more information.