最新のWeb開発のチュートリアル
 

HTML cite Attribute


定義と使用法

cite属性は、引用符を説明し、またはテキストが挿入された理由/変更ドキュメントへのURLを指定します。


に適用されます

cite属性は、次の要素で使用することができます。

要素 属性
<blockquote> cite
<del> cite
<ins> cite
<q> cite

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>
»それを自分で試してみてください

Delの例

テキストが削除された理由を説明する文書へのURLと削除されたテキスト、:

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>
»それを自分で試してみてください

Ins

テキストが挿入された理由を説明する文書へのURLを挿入したテキスト、:

<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>
»それを自分で試してみてください

Q

引用のソースURLを指定します。

<p>WWF's goal is to:
<q cite="http://www.wwf.org">
Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>
»それを自分で試してみてください

ブラウザのサポート

cite属性は、要素ごとに以下のブラウザのサポートを持っています。

素子
blockquote はい はい はい はい はい
del はい はい はい はい はい
ins はい はい はい はい はい
q はい はい はい はい はい