files/en-us/web/api/htmlmeterelement/index.md
{{APIRef("HTML DOM")}}
The HTML {{HTMLElement("meter")}} elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the {{domxref("HTMLElement")}} object interface they also have available to them by inheritance) for manipulating the layout and presentation of {{HTMLElement("meter")}} elements.
{{InheritanceDiagram}}
Also inherits properties from its parent, {{domxref("HTMLElement")}}.
double representing the value of the high boundary, reflecting the high attribute.double representing the value of the low boundary, reflecting the low attribute.double representing the maximum value, reflecting the max attribute.double representing the minimum value, reflecting the min attribute.double representing the optimum, reflecting the optimum attribute.double representing the current value, reflecting the value attribute.This interface does not implement any specific methods but inherits methods from its parent, {{domxref("HTMLElement")}}.
{{Specifications}}
{{Compat}}