Function silkenweb::elements::html::em

source ·
pub fn em<D: Dom>() -> Em<D>
Expand description

Construct the HTML em element

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.