Att Meter Value
## HTML value Attribute
The `value` attribute of the HTML `` tag specifies the current value of the meter. This value must be within the range defined by the `min` and `max` attributes.
### Example
### Browser Support
The numbers in the table specify the first browser version that fully supports the attribute.
| Attribute | |
| :--- | :--- |
| value | Yes |
### Definition and Usage
The `value` attribute specifies the current value of the meter. This value must be within the range defined by the `min` and `max` attributes.
If the `value` attribute is not specified, the default value is 0.
### Syntax
### Attribute Values
| Value | Description |
| :--- | :--- |
| *number* | Specifies the current value of the meter. Must be a number between `min` and `max`. |
### Related Pages
HTML tag: [HTML Tag](#)
YouTip