HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

meter

Description

The meter element for HTML represents a scalar measurement within a known range, or a fractional value.

Syntax

HTML

<meter attribute-name="attribute-value"></meter>

Attributes

Global

NameValueDescription
highfloatPoint that marks the lower boundary of the "high" segment of the meter
lowfloatPoint that marks the upper boundary of the "low" segment of the meter
maxfloatUpper bound of the range
minfloatLower bound of the range
optimumfloatPoint that marks the "optimum" position for the meter
valuefloatMeasured value shown by meter

Examples

1 · high

2 · low

3 · max

4 · min

5 · optimum · low

6 · optimum · between

7 · optimum · high

8 · value