HTML high attribute
The high attribute specifies the highest part of the range in <meter> tag.
<p>Merie's weight: <meter min=0 max=150 value=70 title=kilogram high=78>70</meter></p>
<p>Cary's weight: <meter min=0 max=150 value=100 title=kilogra high=78>100</meter></p>
</>
Merie's weight:
Cary's weight:
Attribute values
All possible values of accept attributeThe value of the high attribute is a valid floating point number.
Actually, the high attribute helps in determining the optimum range of values. If the value falls above the high value then it means the higher the the better it will be.
The value of high attribute should be less than the max value and greater than min value.
Related Tags
The tags that support accept attribute- 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.
Next Previous
Was this article helpful?