Defines the properties for a block of text formatted as italics.
Browser/User Agent Support
| IE | Netscape | Mozilla | Opera | Safari |
|---|---|---|---|---|
| 4.0+ | 4.0+ | 1.0+ | 4.0+ | 1.0+ |
Example
This example adds an underline to all text enclosed by the "i" element:
i {
text-decoration: underline;
}
Remarks
You will not usually need to style the "i" element differently than its default settings.


