HTML <blockquote> cite attribute

Definition and Usage

cite The attribute specifies the source of the cited content.

Tip:It is a good habit to always add the source of the citation if any.

Example

Part quoted from other sources:

<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, the World Wide Fund for Nature (WWF) has been committed to protecting the future of nature.
As the world's leading conservation organization, WWF works in 100 countries, with support from 1.2 million members in the United States and nearly 5 million supporters worldwide.
</blockquote>

Try It Yourself

Syntax

<blockquote cite="URL">

Attribute Value

Value Description
URL

Specifies the source of the reference.

Possible values:

  • Absolute URL - points to another website (e.g., cite="http://www.example.com/page.html")
  • Relative URL - points to a file within the website (e.g., cite="page.html")

Browser Support

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
Support Support Support Support Support

cite Properties do not appear as any special style in any major browsers, but search engines can use it to obtain more information about the reference.