Home Tutorial Html Html5 HTML5 <i> tag, Introduction of <i> tag in HTML5.

 
 

HTML5 <i> tag, Introduction of <i> tag in HTML5.
Posted on: September 7, 2010 at 12:00 AM
Introduction of <i> tag in HTML5.

HTML5 <i> tag, Introduction of <i> tag in HTML5.

Introduction:
In this section, we will introduce you to about the i tag of HTML5.i stands for italic. The content present in <i> tag will be display in italic font. It is a pair tag. Every thing which we wants to show in italic, we can write in italic tag.

Declaration syntax :

Declaration syntax of i tag in HTML5.

                            <i >Text for italic.</i>

Example of <i> in HTML5:

Code:
I_Tag.html
<!DOCTYPE html >
<html >
<head>
<title>Title of document</title>
</head>
<body>
<p><b>I tag Example.</b></p>
<p><b>Implementation of &lt;i&gt; in HTML5.</b></p>
we are working in <i>RoseIndia Technology pvt ltd</i>.
<br>
RoseIndia is a <i>IT</i> Company.
</body>
</html>
Output:

Download this code

Difference Between HTML5 and HTML4.01:

No difference. Because It is present in both.

 

Related Tags for HTML5 <i> tag, Introduction of <i> tag in HTML5.:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.