The meter component speaks to a scalar estimation inside a known extent, or a fragmentary worth; for instance circle use, the importance of a question result, or the division of a voting populace to have chosen a specific applicant. This is otherwise called a gage.
The METER Element can't be used if we don't have the known range.
There are six attributes allowed in METER Element: value, min, max, high, low and optimum.
Here is the Syntax for MENU Element
Supported Browser
<meter>Known range will go here.</meter>
Below is complete syntax along with example
<!DOCTYPE html> <html> <head> <title>Title name will go here</title> </head> <body> <meter value="4" min="0" max="10">4 out of 10</meter> <meter value="0.8">80%</meter> </body> </html>