<cite>
Browser |
|
---|---|
Type |
The CITE element defines a citation or reference to another source.
<cite>citation or reference</cite>
This element is used in citations of author name, standard name, and book title.
Example
<p><cite><a href="http://www.tagindex.net/">TAG index</a></cite></p>
<blockquote cite="http://www.tagindex.net/">
<p>quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text</p>
<p>quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text</p>
</blockquote>
- Output
-
quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text
quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text quotation text
<p>As <cite>Ichiro</cite> said, <q>quotation text</q>.</p>
- Output
-
As Ichiro said,
quotation text
.