# HTML disabled Attribute
The `disabled` attribute of the `` element is a boolean attribute used to specify that the command should be unusable and unclickable. When this attribute is present, the browser typically renders the command in a grayed-out state to indicate its inactive status.
---
## Introduction
In HTML5, the `` element was introduced to represent a command that a user can invoke, often within a menu structure. The `disabled` attribute is used to dynamically or statically toggle the availability of this command based on application state or user permissions.
> **Important Note on Deprecation:** The `` element and its attributes have been deprecated and removed from the modern HTML living standard. It is no longer supported by any modern web browsers. For modern web development, developers should use standard interactive elements like `