Table of Contents

What is the I HTML element? ie idiomatic tag, italicized type

About

The i element represents an inline parenthetical text.

These texts have been presented historically using italicized type.

That's why:

If you want to raise your voice (ie give more importance to a word), use the emphasis (em) element

Example

Usage

The i element is a phrasing-level element.

It must not contain block-level elements, but it can contain other phrasing-level elements.

Documentation / Reference