HTML - Tags - <meter>

#86 of 147
meter

 <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 1.1 volts


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath