Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML i definition

Syntax

<i> ... </i>

Description

Displays italic text on the webpage.

Attributes

Common attributes.

Example

[Try this example yourself]
<i>
  Italic text
</i>

Output

Italic text
  • Comments

No comments added.