The Italic Tag

ken's picture

Opening tag : <I>
Closing tag: </I>

Purpose:
The 'I' or Italic tag formats the text inside it to be in italics. This can alternatively be done using CSS.

Attributes:
None

Example:

<I>Italic Text</I>

Related Tags:

<B></B> - Bold Tag.
<Basefont></Basefont> - Basefont Tag.
<Big></Big> - Big Tag.
<Blink></Blink> - Blink Tag.
<Blockquote></Blockquote> - Blockquote Tag.
<BR> - Break Tag.
<Center></Center> - Center Tag.
<Cite></Cite> - Cite Tag.
<Code></Code> - Code Tag.
<EM></EM> - Emphasis Tag.
<FONT></FONT> - Font Tag.
<H1></H1> - Header Tags (1-6).

Back to:
Alphabetical Guide
Guide By Type