HTML 中的 disabled 属性指示元素是否被禁用。如果设置了此属性,则该元素将被禁用。 disabled 属性通常用灰色文本绘制。如果该元素被禁用,则它不会响应用户操作,也无法获得焦点。它是一个布尔属性。
用法:可用于以下元素:
- 当 disabled 属性存在时,它指定按钮被禁用。禁用的按钮不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
- 输出:
:当禁用属性存在时,它指定输入被禁用。禁用的 inpit 不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
- 输出:
当禁用属性存在时,它指定选项字段被禁用。禁用选项不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
Volvo is disabled.
- 输出:
当存在 disabled 属性时,它指定选择字段被禁用。禁用的选择是不可用和不可点击的。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
This select field is disabled.
- 输出:
当存在 disabled 属性时,它指定禁用 textarea 字段。禁用的文本区域不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
- 输出:
当禁用属性存在时,它指定字段集被禁用。禁用的字段集不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
This field set is disabled.
- 输出:
当存在 disabled 属性时,它指定禁用 optgroup。禁用的 optgroup 不可用且不可点击。
- 例子:
HTML disabled Attribute GeeksforGeeks
HTML disabled Attribute
- 输出:
支持的浏览器: disabled属性支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器