Text
Blockquote
Published on
Description
The blockquote element represents content quoted from another source. Use it for extended quotations with proper attribution via <footer> and <cite>.
Example
Accessibility
- The
<blockquote>element has an implicit ARIA role ofblockquote. JAWS is the only screen reader with blockquote-specific navigation. - Screen reader behavior varies across implementations — no single blockquote pattern produces consistent announcements across all screen readers.
- The
citeattribute on<blockquote>creates verbosity in some screen readers. Use a visible<cite>element within<footer>instead.
References
- Blockquotes in Screen Readers (opens in new tab) — Adrian Roselli
Related
- Paragraphs — for non-quoted body text
- Callout — for highlighted non-quoted content
Variables
None