Latest web development tutorials

HTML meter high property

Tag Reference HTML meter HTML <meter> tag

Examples

With a measure of the current value and the min, max, high, low value:

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

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Firefox, Opera, Chrome and Safari 6 Support <meter> tag high property.


Definition and Usage

Value of the property which is located a predetermined high measure point is defined as a high value.

High property value must be less than max value of the property, and must be greater than the value of the low and min attributes.


Differences between HTML 4.01 and HTML5

<Meter> tag is new in HTML5 tags.


grammar

<meter high="number">

Property Value

描述
number 规定一个被界定为高的值的浮点数。


Tag Reference HTML meter HTML <meter> tag