Open In App

HTML | DOM Button disabled Property

The Button disabled property in HTML DOM is used to set or return whether a Button element would be disabled or not. A disabled element is un-clickable and unusable. It contains a boolean value.

Syntax:



Article Tags :