← All languages
HTML tag of the day
Random

<i>

Sets text apart in an alternate voice or mood, such as technical terms or foreign phrases.

Description

The `<i>` tag is an HTML element used in web documents. It can be combined with attributes to control semantics, behavior, and presentation in supported user agents.

Arguments

NameDescriptionOptional
attributes Optional global or element-specific attributes for `<i>`. Yes

Example

<p>The word <i>café</i> is borrowed from French.</p>

Reference