## HTML `` label Attribute
The `label` attribute of the `` element is used to define a user-visible title or name for a command.
> **Important Note on Deprecation:** The `` element and its `label` attribute were introduced in early drafts of HTML5 but have since been **deprecated and removed** from the living HTML standard. They are not supported by any modern web browsers. For modern alternatives, please refer to the (#modern-alternatives) section below.
---
## Syntax
```html
```
### Attribute Values
| Value | Description |
| :--- | :--- |
| *text* | Specifies the visible text label for the command shown to the user. |
---
## Code Example
Below is an example of how the `label` attribute was originally intended to be used within a `