HTML meter tag
It is used define a scalar measurement of scale within a frictional value known as range. This is also known as a gauge.
Examples: Disk usage
Syntax:-
Example:-
Test it Now
Note: The meter tag is not supported in Edge 12 .
Attributes: This tag contains many attributes which are listed below:
- form: It belongs to one or more forms that it belongs too.
- max: It is used to specify the maximum value of a range.
- min: It is used to specify the minimum value of a range.
- high: It is used to specify the range considered to be a high value.
- low: It is used to specify the range value that is considered to be low.
- Optimum: It is used to specify the optimum value for the range.
- value: It is used to specify the required or actual value of the range.
|