jump

HTML: The Markup Language

ioffset text conventionally styled in italic CHANGED # T

The i element represents a span of text offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is italic text; for example, a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, or a ship name.

Permitted contents #

Permitted attributes #

global attributes
Any attributes permitted globally.

Tag omission #

An i element must have both a start tag and an end tag.

Permitted parent elements #

any element that can contain phrasing elements

Changes in HTML5 #

Although previous versions of HTML defined the i element only in presentational terms, the element has now been given the specific semantic purpose of representing text “offset from its surrounding content without conveying any extra emphasis or importance, and for which the conventional typographic presentation is italic text”.

DOM interface #

Uses HTMLElement.

Typical default display properties #

i {
font-style: italic; }