meter (HTML5)

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

Properties & Events

KeyDescriptionAvailability

Examples having uses of: 'meter'

0 votes
2k views

HTML5 meter

When the meter binding applies to a meter element, the element is expected to render as an 'inline-block' box with a 'height' of '1em' and a 'width' of '5em', a 'vertical-align' of '-0.2em', and with its contents depicting a gauge.