Meter
Tag: <meter>
The meter tag is used to indicate a measurement in a range.
Several attributes can be used, one option is to use min
and min to set the range and the value
attribute to set the value.
Another method is to set the value as a decimal
to indicate a percentage.
This tag is new in HTML5