Easy Tutorial
❮ Att Area Media Tag A ❯

HTML <meter> optimum Attribute

HTML <meter> Tag

Example

A gauge with an optimum value of 0.5:


Browser Support

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


Definition and Usage

The optimum attribute specifies the range where the measurement value is considered optimal.


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 represents the optimum value of the gauge.

❮ Att Area Media Tag A ❯