: The BLOCKQUOTE Element
Last updated: 2026-09-12
<blockquote>The BLOCKQUOTE Element
Represents a block-level quotation (distinct from inline q), optionally with a citation.
| Category | Semantic |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </blockquote> tag |
| Status | Standard |
📝 Syntax
<blockquote>quoted content</blockquote>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
cite | URL of the source document being quoted. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <blockquote> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: Use blockquote for long quotes, q for inline ones; cite the source via the cite attribute or a footer.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.