Function moxie_dom::elements::text_semantics::strong [−][src]
pub fn strong() -> StrongBuilder
Expand description
The HTML Strong Importance Element (<strong>
) indicates that its contents have
strong importance, seriousness, or urgency. Browsers typically render the contents in bold
type.
A function for creating a builder which will accept attributes and produce the element.