<blockquote>
The blockquote element represents a section quoted from another source.
Syntax
<blockquote cite="url">...</blockquote> Examples
<blockquote cite="https://example.com/speech">
<p>The only limit is your imagination.</p>
</blockquote>
Output
Renders an indented quoted block; the cite URL is machine-readable but not displayed.
Notes
Use the optional cite attribute for the source URL. For visible attribution, place a <figcaption> by wrapping in <figure>, not inside the blockquote.
Browser & runtime support
| Environment | Since version |
|---|---|
| chrome | 1.0 |
| firefox | 1.0 |
| safari | 1.0 |
| edge | 12 |