<meter>
HTML <meter> Element Reference
The HTML <meter> element displays a scalar measurement within a known range.
Categories
- Forms
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical meter element example.
<label>Storage used <meter min="0" max="100" value="72">72%</meter></label>