[][src]Function sauron::html::small

pub fn small<'a, A, C>(attrs: A, children: C) -> Node where
    C: AsRef<[Node]>,
    A: AsRef<[Attribute<'a>]>, 

Build a <small> element.