Text

Blockquote

Published on

Description anchor

The blockquote element represents content quoted from another source. Use it for extended quotations with proper attribution via <footer> and <cite>.

Example anchor

Open in new tab (opens in new tab)
View HTML markup
  <blockquote>“The Semantic Web is not a separate Web but an extension of the current one, in which information
  is given well-defined meaning, better enabling computers and people to work in cooperation.” <footer><cite>Tim Berners-Lee</cite></footer>
</blockquote>

Accessibility anchor

  • The <blockquote> element has an implicit ARIA role of blockquote. 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 cite attribute on <blockquote> creates verbosity in some screen readers. Use a visible <cite> element within <footer> instead.

References anchor

Variables anchor

None