Use the meter element to measure data within a given range:
The <meter> tag defines a measurement. Used only for measurements with a known minimum and maximum value. This is also known as a gauge.
The <meter> tag should not be used as a progress bar. For progress bars, use the <progress> tag.
The <meter> tag is new in HTML5
The <meter> tag also supports the Standard Attributes in HTML5.
The <meter> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!