<html>
<body>
<p>
Battery voltage
<meter value="1.1" min="0" max="1.5">1.1 volts</meter>
</p>
</body>
</html>
The meter element represents a number within a defined range.
The browser may display the text of the element, or if it supports it, a graphic.
A live example:
Battery voltage
N of