A gauge with a current value and min, max, high, and low segments:
![]()
The low attribute of the <meter> tag is supported in Firefox, Opera, Chrome, and Safari 6.
The low attribute specifies the range where the gauge's value is considered to be a low value.
The low attribute value must be greater than the min attribute value, and it also must be less than the high and max attribute values.
The <meter> tag is new in HTML5.
| Value | Description |
|---|---|
| number | Specifies a floating point number that is considered to be a high value |
HTML <meter> tag
Your message has been sent to W3Schools.