HTML Encyclopaedia
The i tag
The HTML element
<i>
text
</i>
tells the browser to render the
text
in a distinctive italic fashion. The HTML standard defines this as a physical style as distinct from <em>
text
</em> which is a logical style.
This is <i> style
See also
<em>