The meter element for HTML represents a scalar measurement within a known range, or a fractional value.
<meter attribute-name="attribute-value"></meter>
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 |