html <i> Tag

In the <i> tag is provides italics style for text or sentence and it is a part of html page and it used to identify text. which tag is a font-style tags and it specify in html 4 and you can apply css styles.

The standard attributes are class, dir, id, lang, style, title, xml:lang and event attributes are onclick, ondblclick, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onkeydown, onkeypress,onkeyup.

Syntax :

<i>...</i>

Example Code

<!DOCTYPE HTML>
The html is a <i>Hyper Text Markup Language </i> version 5.

Out Put :



The html is a Hyper Text Markup Language version 5.

In the above example <i> tag is used to Hyper Text Markup Language at Text.





Content