<i>
The <i> HTML element identifies idiomatic content, styling text as italic by default.
Overview
The <i> HTML element identifies idiomatic content, styling text as italic by default.
Browser support
| Feature | Desktop | Mobile | ||||
|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Safari | Chrome Android | Safari iOS | |
| 1 | 12 | 1 | 1 | 18 | 1 | |
1+Supported (version) Not supported ※Has note Sub-feature descriptions sourced from MDN Web Docs (CC BY-SA 2.5)
Syntax
HTML
<p>He said, <i lang="fr">"C'est la vie</i>."</p>
<p>The name of the ship is <i>the Titanic</i>.</p> Live demo
I and em. Compare Usage
I is meaning emphasis none, em is emphasis with.difference comparison.
PreviewFullscreen
Use cases
Using <i>
The <i> HTML element identifies idiomatic content, styling text as italic by default.
Cautions
- May not be supported in older browsers.
Accessibility
- Verify how this element is announced by screen readers.
Related links
Powered by web-features