Framify

Tag: <i>

<i> Syntax

Syntax Diagram for <i>
Opening Tag Content Closing Tag
<i> text </i>

<i> Description

The <i>. . . </i> tags cause text that occurs between them to be displayed in italic style. Font styles are cumulative; that is, a section of bold within a section of italic (or vice versa) will cause text that is inside both affected regions to be bold italic, as you would expect. The only exception to this is table cells: invoking italic type before a table will not cause the text within the table cells to be italicized; these must be set individually.

<i> Example

This markup: Here is some <i>italic, and <b>some bold-italic</b>, some <tt>italic typewriter-font, and even some <b>bold italic typewriter-font</b></tt></i> text. . . .causes the following to be displayed:
Here is some italic, and some bold-italic, some italic typewriter-font, and even some bold italic typewriter-font text.

Last Modified: