HTML high 属性
定义和用法
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 high
attribute can be used on the following element
元素 | 属性 |
---|---|
<meter> | high |
示例
示例
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>
自己试试 »
浏览器支持
属性 | |||||
---|---|---|---|---|---|
high | 8.0 | 不支持 | 6.0 | 6.0 | 11.0 |