References

Collection of references for web development.

HTML blockquote tag

Description

The HTML <blockquote> element represent text that is quoted from another source.

Attributes

Attribute Value Description
cite URL Specifies the source of the quotation or the resource that explains the change of the source.

Example

<blockquote cite="https://www.example.com">
This quote is from another source.
</blockquote>