HTML <q>引用属性

❮HTML<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属性は、見積もりの​​ソースURLを指定します。


ブラウザのサポート

Attribute
cite Yes Yes Yes Yes Yes

注:このcite属性は、通常のWebブラウザーでは視覚効果はありませんが、スクリーンリーダーで使用できます。


構文

<q cite="URL">

属性値

Value Description
URL Specifies the source URL of the quote.

Possible values:

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

❮HTML<q>タグ