Definition and Usage
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.
Applies to
The high attribute can be used on the following element:
Element | Attribute |
---|---|
<meter> | high |
Example
Example
A gauge with a current value and min, max, high, and low segments:
<meter min="0" low="40" high="90" max="100" value="95"></meter>
Try it Yourself »
Browser Support
Attribute | |||||
---|---|---|---|---|---|
high | 8.0 | Not supported | 6.0 | 6.0 | 11.0 |