HTML 引文元素 (<q>) 指示一段元素內的文字,屬於行內引文。這個元素適用於不須換行的短引文,針對長引文,請使用 <blockquote>
元素。
內容類別 | 流內容、段落式內容、捫及內容。 |
---|---|
允許內容 | 段落式內容 |
標籤省略 | None, both the starting and ending tag are mandatory. |
允許父元素 | 任何允許段落式內容的元素 |
DOM 介面 | HTMLQuoteElement |
註: 多數現代標準瀏覽器,如 Mozilla Firefox, Opera, Safari 會在
<q>
元素周圍添加引號;但有些瀏覽器(如 Internet Explorer)可能不會針對引用添加任何樣式,不過這些都可以透過樣式規則套用。屬性
這個元素包含 全域屬性。
cite
- 這個屬性值為可以指定引用文件、或信息來源的 URL。這個屬性預期導向信息說明的上下文、或是引文參照。
範例
HTML 內容
<p>每當阿尼掛掉的時候,屎蛋會說: <q cite="https://zh.wikipedia.org/zh-tw/%E8%82%AF%E5%B0%BC%C2%B7%E9%BA%A6%E5%85%8B%E5%BA%B7%E7%B1%B3%E5%85%8B"> 我的天啊!阿尼他被掛掉了! </q>. </p>
規範
規範 | 狀態 | 註解 |
---|---|---|
WHATWG HTML Living Standard The definition of '<q>' in that specification. |
Living Standard | |
HTML5 The definition of '<q>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<q>' in that specification. |
Recommendation | 初始定義 |
瀏覽器相容性
特徵 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
基本支援 | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
特徵 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
基本支援 | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |
參閱
- 針對長引文的
<blockquote>
元素 - 針對引用來源的
<cite>
元素