Easy Tutorial
❮ Canvas Lineto Tag Font ❯

HTML <meter> high Attribute

HTML <meter> Tag

Example

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


Browser Support

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


Definition and Usage

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

The value of the high attribute must be less than the value of the max attribute and must be greater than the values of the low and min 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 high.

❮ Canvas Lineto Tag Font ❯