HTML 5 <section> 標(biāo)簽
定義和用法
<section> 標(biāo)簽定義文檔中的節(jié)(section)。比如章節(jié)、頁(yè)眉、頁(yè)腳或文檔中的其他部分。
HTML 4.01 與 HTML 5 之間的差異
<section> 標(biāo)簽是 HTML 5 中的新標(biāo)簽。
屬性
標(biāo)準(zhǔn)屬性
class, contenteditable, contextmenu, dir, draggable, id, irrelevant, lang, ref, registrationmark, tabindex, template, title
如需完整的描述,請(qǐng)?jiān)L問(wèn) 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問(wèn) HTML 5 中事件屬性。