A gauge with a current value and min, max, high, and low segments:
![]()
The max attribute of the <meter> tag is supported in Firefox, Opera, Chrome, and Safari 6.
The max attribute specifies the upper bound of the gauge.
The max attribute value must be greater than the min attribute value.
If unspecified, the default value is 1.
Tip: The max attribute, together with the min 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 maximum value of the gauge. Default value is "1" |
HTML <meter> tag
Your message has been sent to W3Schools.