The cite attribute specifies the URI of the source of the quote.
<q cite="http://www.tagindex.net/">short quotation</q>
| Attribute | Value | Explanation |
|---|---|---|
| cite=" " | URL | if it is a quotation from the web |
| ISBN Code | if it is a quotation from the book |
Quotation from the web (Specifies the URL)
<q cite="http://www.tagindex.net/"> - </q>
Quotation from the book (Specifies the ISBN Code)
<q cite="urn:ISBN:0-0000-0000-0"> - </q>
Use the CITE element together if you want to display these information.
<p><q cite="http://www.tagindex.net/">Quotation text</q></p>
Quotation text