<CITE>...</CITE>

W3 3.2y
4.0y
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y
Description

Used for citations or references to other sources. Use this element for short quotations and the BLOCKQUOTE element for longer quotations.


DTD
<!ELEMENT CITE - - (%inline;)*>
<!ATTLIST CITE
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved."
Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup


Examples

Source
A great book to learn HTML is
<CITE>Teach Yourself Web Publishing with HTML in a Week</CITE> by
Laura Lemay.
 
Result
A great book to learn HTML is Teach Yourself Web Publishing with HTML in a Week by Laura Lemay.


Statistics