<CITE> - Citation

Syntax <CITE>...</CITE>
Attribute Specifications
Contents Inline elements
Contained in Inline elements, block-level elements

The CITE element is used to markup citations, such as titles of magazines or newspapers, ship names, references to other sources, and quotation attributions. Visual browsers typically render CITE as italic text, but authors can suggest a rendering using style sheets. Since CITE is a structural element, it carries meaning, making it preferable to font style elements such as I (italic text) when marking up citations.

Example:

For more information on Napster read <CITE>ZDNet's</CITE> review of <CITE>Napster</CITE>

More Information