HTML <q> cite 屬性
實例
規定引用的來源 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>
<q cite="http://www.wwf.org">
Build a future where people live in harmony with nature.</q>
We hope they succeed.</p>
流覽器支持
cite 屬性在普通的 Web 流覽器中沒有視覺效果,但可以通過螢幕閱讀器使用。
定義和用法
cite 屬性規定引用的來源 URL。
HTML 4.01 與 HTML5之間的差異
無。
語法
<q cite="URL">
屬性值
值 | 描述 |
---|---|
URL | 規定引用的來源 URL。 可能的值:
|
