The value property of the HTMLMeterElement interface represents the current value of the element as a floating-point number. It reflects the element's value attribute. If no value is set, it is the HTMLMeterElement.min value or 0, whichever is greater.