The meter element represents a scalar gauge providing a measurement within a known range, or a fractional value.
any element that can contain phrasing elements
interface HTMLMeterElement : HTMLElement { attribute float value; attribute float min; attribute float max; attribute float low; attribute float high; attribute float optimum; readonly attribute HTMLFormElement form; readonly attribute NodeList labels; };