Latest web development tutorials

HTML meter low 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 low attributes.


Definition and Usage

low attribute specifies the measure of value is the point which is defined as a low value.

Low property value must be greater than the value of the min property, and must be less than the value of the high and max attributes.


Differences between HTML 4.01 and HTML5

<Meter> tag is new in HTML5 tags.


grammar

<meter low="number">

Property Value

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


Tag Reference HTML meter HTML <meter> tag