Defines the properties for a block of text block of text that is formatted for emphasis.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 2.0+ | 1.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This sets the font for em elements to italic:
em {
font-style:italic;
}
Remarks
Usually, em elements should be rendered in italics.


