Html5 <i> Tag

In the <i> tag is provide italics style for text or sentence and it is part of html page and it used to identify text. When any tag will not use at sentence such tags are <cite>,<b>,<dfn>,<q>, <em>,<strong> and <small> use <i> tag.

Syntax :

<i>...</i>

Example Code

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

Out Put :



The HTML5 is a Hyper Text Markup Language version 5.

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





Content