i

The i HTML element represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose (content whose typical typographic presentation is italicized).

Syntax

HTML

<i attribute-name="attribute-value"></i>

Attributes

CSS

i
{
    font-style: italic;
}

Examples

1 · CSS

HomeMenu