HTML5 <blockquote> Tag
ExampleA block of quotation is marked up as follows:
Try it yourself » |
Definition and Usage
The <blockquote> tag defines a block of quotation that is taken from another source.
Browsers usually renders the text from <blockquote> elements with paragraph breaks.
Differences Between HTML 4.01 and HTML5
None
Tips and Notes
Tip: Use the <q> element for shorter quotes that does not require paragraph breaks.
Note: The blockquote element should only be used for quotes from another source.
Attributes
Attribute | Value | Description |
---|---|---|
cite | URL | Specifies the source of the quotation |
Standard Attributes
The <blockquote> tag also supports the Standard Attributes in HTML5.
Event Attributes
The <blockquote> tag also supports the Event Attributes in HTML5.