<ul> 標簽定義無序列表。
在 HTML 4.01 中,ul 元素的 "compact" 和 "type" 屬性是不被贊成使用的。在 HTML 5 中,不再支持這兩個屬性。
提示:請使用 CSS 來定義列表的類型。
<ul>
<li>Coffee</li> <li>Tea</li></ul>
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 中事件屬性。