HTML <meter> element
Reputation of this web site: 8 out of 10<br>
<meter min=0 max=10 value=8></meter>
Reputation of this web site: 8 out of 10
Attributes of <meter> tag:
| Attribute | Description |
| max | Maximum value, default is 1 |
| min | Minimum value, default is 0 |
| high | High range limit |
| low | Low range limit |
| value | Current value of the meter in the range |
| optimum | the number which is the optimal value in the range |