<q cite="">

Browser
  • Fx
Type

The cite attribute specifies the URI of the source of the quote.


<q cite="http://www.example.com/">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.example.com/"></q>
Quotation from the book (Specifies the ISBN Code)
<q cite="urn:ISBN:0-0000-0000-0"></q>

Example


<p><q cite="http://www.example.com/">Quotation text</q></p>

Output

Quotation text