Easy Tutorial
❮ Css Tutorial Att Button Disabled ❯

HTML <meter> low Attribute

HTML <meter> Tag

Example

A meter with a current value and specified min, max, high, and low values:


Browser Support

Firefox, Opera, Chrome, and Safari 6 support the low attribute of the <meter> tag.


Definition and Usage

The low attribute specifies the point at which the value is considered low.

The value of the low attribute must be greater than the value of the min attribute and must be less than the values of the high and max attributes.


Differences Between HTML 4.01 and HTML5

The <meter> tag is new in HTML5.


Syntax

Attribute Values

Value Description
number Specifies a floating-point number that is considered a low value.

❮ Css Tutorial Att Button Disabled ❯