[][src]Function sauron::html::h5

pub fn h5<A, C, MSG>(attrs: A, children: C) -> Node<MSG> where
    C: AsRef<[Node<MSG>]>,
    A: AsRef<[Attribute<MSG>]>,
    MSG: Clone

Build a <h5> element.