HTML <blockquote> Tag

If this site has been useful, we’d love your support! Running this site takes time and resources, and every small contribution helps us keep creating valuable content. Consider buying us a coffee to keep things going strong!

Description

The HTML <blockquote> tag is used to indicate that a specific section of text should be treated as a block of quoted content, typically attributed to another source. It is commonly used for citing passages from articles, books, or other documents. When used, the text within the <blockquote> element is usually indented or styled differently to visually set it apart from the surrounding text. It is often accompanied by the <cite> tag to provide the source or attribution information. The <blockquote> tag helps improve the readability and structure of web content, making it clear when text is being quoted from an external source.

Properties

Permitted Parents
Any element that accepts flow content
Content
Block, inline and text
Start/End Tags
Start tag: required, End tag: required

Example

Quotation by Sharon Gold
<blockquote>
Throw out an alarming alarm clock. If the ring is loud and
strident, you're waking up to instant stress. You shouldn't
be bullied out of bed, just reminded that it's time to start
your day.
</blockquote>

Attributes

Attribute Definition
cite Indicates the source of the quotation.

Global Attributes

The <blockquote> tag also supports the Global Attributes in HTML5

Event Attributes

The <blockquote> tag also supports the Event Attributes in HTML5

Browser Support

The following table will show you the current browser support for the HTML <blockquote> tag.

Desktop
Edge Chrome Firefox Opera Safari
1211154
Tablets / Mobile
Chrome Firefox Opera Safari Samsung Webview
184143.214.4

Last updated by CSSPortal on: 30th March 2024