HTMLMeterElement - Web APIs | MDN

Instance properties

Also inherits properties from its parent, HTMLElement.

HTMLMeterElement.high

A double representing the value of the high boundary, reflecting the high attribute.

HTMLMeterElement.low

A double representing the value of the low boundary, reflecting the low attribute.

HTMLMeterElement.max

A double representing the maximum value, reflecting the max attribute.

HTMLMeterElement.min

A double representing the minimum value, reflecting the min attribute.

HTMLMeterElement.optimum

A double representing the optimum, reflecting the optimum attribute.

HTMLMeterElement.value

A double representing the current value, reflecting the value attribute.

HTMLMeterElement.labels Read only

A NodeList of <label> elements that are associated with the element.

Instance methods

This interface does not implement any specific methods but inherits methods from its parent, HTMLElement.

Specifications

Specification
HTML
# htmlmeterelement

Browser compatibility

See also

  • The HTML element implementing this interface: <meter>

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.