HTML low Attribute
Definition and Usage
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.
Applies to
The low
attribute can be used on the following element:
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>
Browser Support
The numbers in the table specify the first browser version that fully supports the attribute.
Attribute | |||||
---|---|---|---|---|---|
low | 8.0 | Not supported | 6.0 | 6.0 | 11.0 |
Comments
Post a Comment