EM
Description
The EM element changes the character rendering of the
contents of the element to logically emphasize the text.
Minimum Attributes
<EM>characters...
</EM>
All Possible Attributes
<EM
LANG="..."
DIR=ltr|rtl
ID="..."
CLASS="...">characters...
</EM>
Elements Allowed Within...
members of group
Allowed In Content Of...
Any element that permits members of group
Variations
Usually rendered in italics.
RFC 1866 states that <EM> content must be rendered as distinct
from <STRONG> content.
The LANG and DIR attributes are introduced with the
internationalization proposal.
All character definition elements are Level 2.