← Back to all elements

The <meter> Element

The <meter> element represents either a scalar value within a known range or a fractional value.

When to use it

Use the <meter> element to display a measurement within a range, such as disk usage, test scores, or a battery level.

It's ideal for visualizing values that have a minimum, maximum, and possibly low/high/optimum thresholds.

Live Demo & Code