How to add A gauge with a current value and min, max, high, and low segments - HTML low Attribute
How to add A gauge with a current value and min, max, high, and low segments - HTML low Attribute
The high attribute specifies the range where the gauge's value is considered to be a high value.
The low attribute specifies the range where the gauge's value is considered to be a low value.
The max attribute specifies the upper bound of the gauge.
The min attribute specifies the lower bound of the gauge.
The value attribute specifies the current value of the gauge.