HTML low attribute

HTML low attribute specifies the lowest part of the range. The low attribute represents the range of lower values.

<!--if the value falls below the low value, then the color of bar changes-->
 <p>Allen's weight: <meter min=0 max=150 value=70 title=kilogram low=40 >70</meter></p>
 <p>John's weight: <meter min=0 max=150 value=40 title=kilogram low=50 >40</meter></p>
</>

Allen's weight: 70

John's weight: 40

If the current value is less than the lowvalue then it means the current value is in the range of lower values. In the above example, one value is greater than low value and one is less than the low value.

Attribute values

All possible values of low attribute

The value of low attribute is a valid floating point number. The low value should be in between the minimum and maximum values.

Related Tags

The tags that support low attribute

<meter> tag

meter tag represents the completion of a task in the form of a bar for known range value. For instance, the completion of charging of a battery.



Was this article helpful?

 

Email:

Message: