HTML 5 <div> 標簽
定義和用法
<div> 標簽定義文檔中的 division/section。
HTML 4.01 與 HTML 5 之間的差異
HTML 4.01 中的 "align" 是不贊成使用的,在 HTML 5 中不支持該屬性。
提示和注釋
注釋:瀏覽器通常會在 div 元素之前和之后插入換行符。
提示:請使用 <div> 標簽對塊級元素進行組合,這樣就可以使用樣式對它們進行格式化。
屬性
標準屬性
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 中事件屬性。