HTML 5 <option> 标签

  属性

  属性

  值

  描述

  4

  5

  disabled

  disabled

  规定此选项应在首次加载时被禁用。

  4

  5

  label

  text

  定义当使用 时所使用的标注。

  4

  5

  selected

  selected

  规定选项(在首次显示在列表中时)表现为选中状态。

  4

  5

  value

  text

  定义送往服务器的选项值。

  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 中事件属性。