HTML and CSS Reference
In-Depth Information
max=" number
number "
Specifies the maximum or highest value of the range
min=" number
number "
Specifies the minimum or lowest value of the range
optimum=" number
number "
Indicates the range that is considered to be “optimum” for the gauge
value=" number
number "
Specifies the actual or “measured” value for the gauge
Examples
The following examples show three methods for indicating a measurement of 50%:
<meter> 50% </meter>
<meter min= "0" max= "200" > 100 </meter>
<meter min= "0" max= "200" value= "100" ></meter>
Search WWH ::




Custom Search