HTML 5 <q> 標簽
定義和用法
<q> 標簽定義一個短的引用。
HTML 4.01 與 HTML 5 之間的差異
沒有。
提示和注釋
提示:請使用 cite 屬性來定義該引用的來源。
例子
這是一個短的引用: <q>這是一個短的引用:</q>
屬性
屬性 | 值 | 描述 | 4 | 5 |
---|---|---|---|---|
cite | url | 定義引用的引文。 | 4 | 5 |
標準屬性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
如需完整的描述,請訪問 HTML 5 中標準屬性。
事件屬性
onabort, onbeforeunload, onblur, onchange, onclick, oncontextmenu, ondblclick, ondrag, ondragend, ondragenter, ondragleave, ondragover, ondragstart, ondrop, onerror, onfocus, onkeydown, onkeypress, onkeyup, onload, onmessage, onmousedown, onmousemove, onmouseover, onmouseout, onmouseup, onmousewheel, onresize, onscroll, onselect, onsubmit, onunload
如需完整的描述,請訪問 HTML 5 中事件屬性。
TIY 實例
- 引用
- 此例演示如何實現(xiàn)長短不一的引用語。