The cite attribute specifies the URI of the source of the quote.
<blockquote cite="http://www.example.com/">long quotation</blockquote>
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)
<blockquote cite="http://www.example.com/"></blockquote>
- Quotation from the book (Specifies the ISBN Code)
<blockquote cite="urn:ISBN:0-0000-0000-0"></blockquote>
Example