<CITE>NN all   IE all   HTML all
<CITE>...</CITE>End Tag: Required
 

The CITE element is one of a large group of elements that the HTML 4.0 recommendation calls phrase elements. Such elements assign structural meaning to a designated portion of the document. A CITE element is one that contains a citation or reference to some other source material. This is not an active link but simply notation indicating what the element content is. Search engines and other HTML document parsers may use this information for other purposes (assembling a bibliography of a document, for example).

Browsers have free rein to determine how (or whether) to distinguish CITE element content from the rest of the BODY element. Both Navigator and Internet Explorer elect to italicize the text. This can be overridden with a style sheet as you see fit.

 
Example
<P>Trouthe is the hyest thing that many may kepe.<BR>
(Chaucer, <CITE>The Franklin's Tale</CITE>)</P>
 
Object Model Reference
IE [window.]document.all.elementID
Hosted by uCoz