Easy Tutorial
❮ Att Input Alt Att Td Abbr ❯

HTML <meter> value Attribute

HTML <meter> Tag

Example

A gauge with current value and min, max, high, low values:


Browser Support

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


Definition and Usage

The value attribute is required and specifies the current value of the gauge.

The value of the value attribute must be between the values of the min and max attributes.


Differences Between HTML 4.01 and HTML5

The <meter> tag is new in HTML5.


Syntax

Attribute Values

Value Description
number Required. Specifies a floating-point number that represents the current value of the gauge.

❮ Att Input Alt Att Td Abbr ❯