HTML blockquote cite Attribute
HTML <blockquote> tag
Definition and Usage
The cite attribute specifies the source url of the quotation.
Syntax
Syntax Example
<blockquote cite="http://www.w3schools.com/">
|
Attribute Values
Value |
Description |
URL |
The web resource/address that was the source of the quote. Possible URL values:
- An absolute URL - An URL with full address is required (like cite="www.example.com")
|
Browser Support

Note: Most browsers do not use this attribute in any way. However,
search engines may use this attribute to get more information
about the quoted element.
Example
Source |
Output |
<blockquote cite="http://www.w3schools.com/"><p>
The best things in life are free</p></blockquote>
|
The best things in life are free
|
Try-It-Yourself Demos
blockquote cite attribute example
How use the cite attribute to specify the source of the quotation.
HTML <blockquote> tag
 |
|
Get Your Diploma!
W3Schools' Online Certification Program is the perfect solution for busy
professionals who need to balance work, family, and career building.
The HTML Certificate is for developers who want to document their knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate is for developers who want to document their knowledge of JavaScript and the HTML DOM.
The XML Certificate is for developers who want to document their knowledge of XML, XML DOM and XSLT.
The ASP Certificate is for developers who want to document their knowledge of ASP, SQL, and ADO.
The PHP Certificate is for developers who want to document their knowledge of PHP and SQL (MySQL).
|
|