Up: Elements reference



<em> – emphasis

No attributes.

Possible Contents: (Text | inline element)*

Description: Like \emph{...} in LaTeX. It highlights a word or a phase that you want to put emphasis on, usually by setting it in italics.

Example

     <p>This is a <em>very</em> important point.<p>