HTML5 meter Tag

The HTML5 meter tag is to measure a scalar value within a range or fractional value. With the attributes, you can also set the minimum, maximum, as well as high, and low values.

Example

Here’ s the output,

HTML5 Meter tag

Attributes

  • form– Specifies one or more forms, with whom which <meter> is associated.
  • value– The value must be between the min and max values . And if the min and max values aren’t specified, then the value id o.
  • high– The high value range.
  • low– The low value range.
  • max– The maximum value of the range.
  • min– The minimum value of the range.
  • optimum– Specifies the optimal numeric value.
HTML5 menuitem Tag
HTML5 nav Tag
Studyopedia Editorial Staff
Studyopedia Editorial Staff
[email protected]

We work to create programming tutorials for all.

No Comments

Post A Comment

Discover more from Studyopedia

Subscribe now to keep reading and get access to the full archive.

Continue Reading