EM - Emphasis

Syntax <EM>...</EM>
Attribute Specifications
Contents
Contained in ,

The EM element gives emphasis to its contents. Visual browsers typically render EM as italic text, but authors can suggest a rendering using . Since EM is a structural element, it carries meaning, making it preferable to font style elements such as when emphasis is the intended meaning.

For strong emphasis, use the element.

More Information