<blockquote>: ブロック引用要素
試してみましょう
属性
使用上の注意
引用された文字列に適用される字下げを変更するには、 CSS の margin-left
や margin-right
プロパティ、または一括指定の margin
プロパティを使用してください。
独立したブロックというより行内の短い引用を行うには、 <q>
(Quotation) 要素を使用してください。
例
この例は RFC 1149, A Standard for the Transmission of IP Datagrams on Avian Carriers からの文言を引用するために <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>
以下のように出力されます。
仕様書
仕様書 | 状態 | 備考 |
---|---|---|
HTML Living Standard <blockquote> の定義 |
現行の標準 | |
HTML5 <blockquote> の定義 |
勧告 | |
HTML 4.01 Specification <blockquote> の定義 |
勧告 |
ブラウザーの互換性
BCD tables only load in the browser