Easy Tutorial
❮ Tag Textarea Tag Tbody ❯

HTML <command> disabled Attribute

HTML <command> Tag

Example

A disabled <command> element:


Browser Support

Currently, almost all major browsers do not support the disabled attribute.

Note: Internet Explorer 9 supports the disabled attribute (only IE9 supports it, neither earlier nor later versions do).


Definition and Usage

The disabled attribute is a boolean attribute.

The disabled attribute specifies that the command element should be disabled.


Differences Between HTML 4.01 and HTML5

The <command> tag is new in HTML5.


Differences Between HTML and XHTML

In XHTML, attribute minimization is forbidden, the disabled attribute must be defined as <command disabled="disabled">.


Syntax


❮ Tag Textarea Tag Tbody ❯