Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 994 Bytes

high.md

File metadata and controls

38 lines (26 loc) · 994 Bytes

HTML high 属性

定义和用法

high 属性指定仪表的值被认为是高值的范围。

high 属性值必须小于 max 属性值,也必须大于 lowmin 属性值。

适用于

high 属性可用于以下元素:

元素 Element 属性 Attribute
<meter> high

示例

具有当前值和最小、最大、高和低段的仪表:

<meter min="0" low="40" high="90" max="100" value="65"></meter>

浏览器支持

属性 Attribute chrome edge firefox safari opera
high 8.0 ❌ 不支持 6.0 6.0 11.0