HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

i

Description

The i element for HTML 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

Global

CSS

i
{
    font-style: italic;
}

Examples

1 · CSS