i tag
<I> (Italic Tag)
Explanation
I tag is used to apply "Italic Font" to the texts.
Content<i>Text</i>Content
Example Code:
Result :
Iranian film A Separation won Oscar award for best foreign film
- It highlights and differentiates the words from rest of the content.
- <em> can be used as a replacement to <i>.
It is available in previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML 5.
Limitations:
It is applicable to all major browsers.