<blockquote>
HTML <blockquote> Element Reference
The HTML <blockquote> element represents a section quoted from another source.
Categories
- Grouping content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical blockquote element example.
<blockquote cite="https://example.com/source">
<p>A longer quotation belongs here.</p>
</blockquote>