HTML <blockquote>引用属性

❮HTML<blockquote>タグ

別のソースから引用されたセクション:

<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally. WWF's unique way of working combines global reach with a foundation in science, involves action at every level from local to global, and ensures the delivery of innovative solutions that meet the needs of both people and nature.
</blockquote>

定義と使用法

cite属性は、引用のソースを指定します

ヒント:引用のソースがある場合は、常に追加することをお勧めします。


ブラウザのサポート

Attribute
cite Yes Yes Yes Yes Yes

このcite属性は、主要なブラウザのいずれにおいても特別なものとしてはレンダリングされませんが、検索エンジンが見積もりに関する詳細情報を取得するために使用できます。


構文

<blockquote cite="URL">

属性値

Value Description
URL The source of the quotation.

Possible values:

  • An absolute URL - points to another web site (like cite="http://www.example.com/page.htm")
  • A relative URL - points to a file within a web site (like cite="page.htm")

❮HTML<blockquote>タグ