A gauge with a current value and min, max, high, and low segments:
![]()
The high attribute of the <meter> tag is supported in Firefox, Opera, Chrome, and Safari 6.
The high attribute specifies the range where the gauge's value is considered to be a high value.
The high attribute value must be less than the max attribute value, and it also must be greater than the low and min 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.