HTML CSS Reference/HTML Attributes Reference/cite
"cite" Example
<HTML>
<head><Title>Example For cite</Title></head>
<BODY>
<q cite="http://www.macromedia.ru">Macromedia web site.</q>
</BODY>
</HTML>
cite is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<blockquote> <del> |
| |<ins> <q> |
+----------------+--------------------------------------------------------------+
"cite" Syntax and Note
Note:
This attribute provides a URL for reference information to a borrowed quotation.
Syntax:
<element cite="value"> . . . </element>