i

Support

Specifies that the enclosed text should be displayed in italics.

The i tag is a predefined element to allow authors the insertion of italic text without any CSS styling.

Example

<p>
    Normal text 
<b>bold text</b>
<i>italic text</i>
normal text. </p>

Preview

Normal text bold text italic text normal text.