The <I> Italics Tag
The <I> tag allows an HTML author to render a section of text in italics. Anything between the opening and closing <I> tags will be italicized. This tag will work with most other tags to provide a cumulative effect, such as bold, italicized text.
Some examples...
| <I>This is in italics,</I> this isn't | This is in italics, this isn't |
| <B>The bold and the <I>beautiful</I></B> | The bold and the beautiful |