[][src]Function sauron::html::b

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

Build a <b> element.