HTML and CSS Reference
In-Depth Information
Name
meter
Synopsis
<meter> . . . </meter>
Not in HTML 4.01 . Represents a fractional value or a scalar measurement within a known
range (also known as a gauge ). It should not be used to indicate progress (such as a progress
bar) or when there is no known maximum value.
Usage
Categories:
Flow content, phrasing content, labelable element, palpable content
Permitted contexts:
Where phrasing content is expected
Permitted content:
Phrasing content (may not contain other meter elements)
Start/end tags:
Required/Required
Attributes
HTML5 Global Attributes
high=" number
number "
Indicates the range that is considered to be “high” for the gauge
low=" number
number "
Indicates the range that is considered to be “low” for the gauge
Search WWH ::




Custom Search