This <i> element causes enclosed text to be displayed in an italic font.
<i> |
Yes | Yes | Yes | Yes | Yes |
None.
The <i> tag supports the Global Attributes in HTML.
The <i> tag supports the Event Attributes in HTML.
i { font-style: italic; }
A demo showing how to use <i> tag.
<html>
<body>
<p>
This formulation is <i>new</i> and <i>improved</i>.
</p>
</body>
</html>