Function moxie_dom::elements::text_semantics::em[][src]

pub fn em() -> EmBuilder
Expand description

The HTML <em> element marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.

A function for creating a builder which will accept attributes and produce the element.