17 of 133 menu

The i tag

The i tag specifies italic using HTML.

Example

Let's make the text italic using the i tag:

this is <i>italic</i> text

:

See also

  • tag em,
    which creates important italic text
  • property font-style,
    which can also be used to set italics
byenru