<meter></meter>
Free HTML Class | HTML Validators
meter Description:
The meter tag represents a scalar gauge providing a measurement within a known range, or a fractional value.
The meter tag is new in HTML 5.
DTD: HTML5: <!doctype html>
meter Web Browser Support:
Coming soon
meter Attributes:
Global attributes, event attributes and:
- high
- low
- max
- min
- optimum
- value
meter End Tag:
Required
meter Contents:
Text
Tags valid as content: Phrasing elements and character data
meter Usage:
Tags valid as container: Phrasing elements
meter Special Notes:
The low and high attributes must have values that are within the range specified by the min and max values. The range for the meter must be defined, but it can be defined in either the min/max attributes or within the text of the tag.
More meter Information:
| HTML 5 Tags | HTML 4.01 Tags / XHTML 1.0 Elements | Next >
Free HTML Class | HTML Validators