<blockquote> Label
Definitions and usage
<blockquote> Label defines a block reference that is excerpted from another source.
All text between <blockquote> and </blockquote> is separated from the regular text, often indented on both the left and right sides, and sometimes italic is used. In other words, block references have their own space.
Instance
Mao Zedong said:
<blockquote> Imperialism is a paper tiger ... </blockquote>
Try it for yourself.
Differences between HTML 4.01 and HTML 5
No。
Tips and comments
Tip: If the tag is a short reference that does not require paragraph separation, use the <q> element.
Note: BLOCKQUOTE should only be applied to references from another source.
Property
The property value describes the URL referenced by the cite URL, if the reference is from the network.
Standard properties
<blockquote> tags support standard properties in HTML 5.
Event Properties
<blockquote> tags support event properties in HTML 5.