METER
The meter element represents a scalar measurement within a known range, or a fractional value.
SYNTAX
HTML
<meter attribute-name="attribute-value"></meter>
ATTRIBUTES
NAME | VALUE | DESCRIPTION |
---|---|---|
high | float | Point that marks the lower boundary of the "high" segment of the meter |
low | float | Point that marks the upper boundary of the "low" segment of the meter |
max | float | Upper bound of the range |
min | float | Lower bound of the range |
optimum | float | Point that marks the "optimum" position for the meter |
value | float | Measured value shown by meter |