HTML 5 <blockquote> 標(biāo)簽
定義和用法
<blockquote> 標(biāo)簽定義引用。
HTML 4.01 與 HTML 5 之間的差異
無。
例子:
毛澤東說過: <blockquote>帝國(guó)主義都是紙老虎 ... </blockquote>
屬性
屬性 | 值 | 描述 | 4 | 5 |
---|---|---|---|---|
cite | URL | 引用的 URL,如果引用來自網(wǎng)絡(luò)的話。 | 4 | 5 |
標(biāo)準(zhǔn)屬性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
如需完整的描述,請(qǐng)?jiān)L HTML 5 中標(biāo)準(zhǔn)屬性。
事件屬性
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
如需完整的描述,請(qǐng)?jiān)L HTML 5 中事件屬性。
TIY 實(shí)例
- 引用
- 此例演示如何實(shí)現(xiàn)長(zhǎng)短不一的引用。