Function moxie_dom::elements::text_semantics::b [−][src]
pub fn b() -> BBuilder
Expand description
The HTML Bring Attention To element (<b>
) is used to draw the reader’s attention to
the element’s contents, which are not otherwise granted special importance.
A function for creating a builder which will accept attributes and produce the element.