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>.

Post comment

Links that you insert are not nofollowed, but will be removed by admins if they are considered spam.

[url=Absolute URL for page]TITLE[/url]

You should insert code boxes around code examples, which will be automatically syntax highlighted.

[code1 html|css|javascript|php|sql]Your Code Here[/code1]

You may want to read our Privacy Policy before submitting your comment.