A gauge with a current value and min, max, high, and low segments:
![]()
The min attribute of the <meter> tag is supported in Firefox, Opera, Chrome, and Safari 6.
The min attribute specifies the lower bound of the gauge.
The min attribute value must be less than the max attribute value.
If unspecified, the default value is 0.
Tip: The min attribute, together with the max attribute, specifies the full range of the gauge.
The <meter> tag is new in HTML5.
| Value | Description |
|---|---|
| number | Specifies a floating point number that is the minimum value of the gauge. Default value is "0" |
HTML <meter> tag
Your message has been sent to W3Schools.