HTML I Tag
Reference showing how to use the <i> Tag of HTML. Includes a list of allowed Attributes, and a Useful Example.
The <i> Tag will render text in a italic style.
The Element is inline by default, this can be changed by the css display property.
Example:
Note: Tag has presentational effect, rather than semantic meaning, its recommended to use <em> instead.
<p> The i Tag makes text apear <i>different</i></p>
Use the <i> Tag when you cant use <em> or <strong>.