📅  最后修改于: 2020-11-04 00:48:50             🧑  作者: Mango
HTML
相关的
提示:
以下是有关HTML的一些规范
Display | Inline |
Start tag/End tag | Both Start and End tag |
Usage | Forms and Inputs |
Option Tag
Example of option tag
输出:
Attribute | Value | Description |
---|---|---|
disabled | disabled | If it is set then that option will be disabled. |
label | text | It defines the name for the list item. |
selected | selected | If it is set, then it will be selected by default in the list. |
value | text | It specifies the data which is sent to the server. |
HTML
HTML
Element | Chrome | IE | Firefox | Opera | Safari |
Yes | Yes | Yes | Yes | Yes |