A gauge with a current value and min, max, high, and low segments:
![]()
The value attribute of the <meter> tag is supported in Firefox, Opera, Chrome, and Safari 6.
The required value attribute specifies the current, or "measured", value of the gauge.
The value attribute must be between the min and max attribute values.
The <meter> tag is new in HTML5.
| Value | Description |
|---|---|
| number | Required. Specifies a floating point number that is the current value of the gauge |
HTML <meter> tag
Your message has been sent to W3Schools.