Code has been added to clipboard!

HTML Italics

Reading time 1 min
Published Jun 29, 2017
Updated Oct 2, 2019

HTML Italics: Main Tips

  • The content between <i> tags renders in the italic HTML style.
  • The HTML <i> tag directs readers' attention to a particular line of text or word.

Use of i

<i> element defines an italics HTML styled text. Additional CSS properties can customize the element <i>.

Tip: the HTML <i> tag usually makes foreign words, technical terms or other different content stand out.

Example
<i>This text is in italics.<i>

This element <i> for formatting text in italics HTML is similar to the <em>. It defines emphasized text.

Note: the element <i> doesn’t have unique attributes, but can use all of the HTML global attributes.

Browser support

Browser image
Chrome
1+
Browser image
Edge
All
Browser image
Firefox
1+
Browser image
IE
All
Browser image
Opera
All
Browser image
Safari
All

Mobile browser support

Chrome
All
Firefox
4+
Opera
All
Safari
All