HTML Button Disabled

The 'disabled' is an attribute of

Syntax

Examples: The following examples are using different buttons and make them disabled.

Example 1: The following example disables the submit button.

Test it Now

Output:

HTML Button Disabled

Example 2: The following example disables the reset button.

Test it Now

Output:

HTML Button Disabled

Browser Support

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes

Next TopicHTML font color




Contact US

Email:[email protected]

HTML Button Disabled
10/30