HTML <blockquote> Tag
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 | |||||
12 | 1 | 1 | 15 | 4 |
Tablets / Mobile | |||||
18 | 4 | 14 | 3.2 | 1 | 4.4 |
Last updated by CSSPortal on: 30th March 2024