HTML <blockquote>
query_builder | Christopher PisaniThe HTML Block Quotation element <blockquote> is to be used when a part of a document is taken from another source. The text in the element will get an indentation.
The quote in the element can be given the source URL by the attribute cite for credits, and then can be visually quoted by the element <cite> in an external element.
<blockquote cite="https://www.huxley.net/bnw/four.html">
<p>Words can be like X-rays, if you use them properly—they’ll go through anything. You read and you’re pierced.</p>
<footer>—Aldous Huxley, <cite>Brave New World</cite></footer>
</blockquote>
<blockquote cite="https://tools.ietf.org/html/rfc1149">
<p>Avian carriers can provide high delay, low
throughput, and low altitude service. The
connection topology is limited to a single
point-to-point path for each carrier, used with
standard carriers, but many carriers can be used
without significant interference with each other,
outside of early spring. This is because of the 3D
ether space available to the carriers, in contrast
to the 1D ether used by IEEE802.3. The carriers
have an intrinsic collision avoidance system, which
increases availability.</p>
</blockquote>
Available Attributes
Attribute | Values | Functionality |
---|---|---|
cite | url | The url the quoted data is extracted from |