<i> Tag in HTML

In this article i am going to explain about i tag in HTML
  • 1330

Definition

<i> tag are font style tag that rendered the text in italic style.

Supporting Browsers

Internet Explorer, Mozilla Firefox, Google Chrome, Safari and Opera are the supporting browsers.

Example
 

<html>
<head>
   <title></title>
</head>
This article denote <i>italic text.</i>
</html>

Output

itag.h8.jpg

Further Readings

You may also want to read these related articles

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

© 2020 DotNetHeaven. All rights reserved.