View video tutorial

HTML <i> Tag

HTML

The <i> tag is used to display text in italic.

HTML <i> Tag


The <i> element represents a range of text that is set off from the normal text.

The text in <i> tag is presented in italic.

Global attributes

Global attributes may be applied on all elements, although some elements may have no effect on them.

<accesskey>, <class>, <contenteditable>, <contextmenu>, <data-*>, <dir>, <draggable>, <dropzone>, <hidden>, <id>, <lang>, <spellcheck>, <style>, <tabindex>, <title>, <translate>.

Learning with HTML Editor "Try it Now"

You can edit the HTML code and view the result using online editor.

Example

<p><i>There are many variations</i> of passages of <i>Lorem Ipsum available</i>, but the majority have suffered
    alteration in some form.</p>
Try it Now »

Click on the "Try it Now" button to see how it works.