HTML Meter Generator
Configure value, min, max, low, high, optimum, and optional id or class for a native HTML meter tag with live preview.
HTML Meter Generator
Build a native <meter> element with value, min, max, and optional
low, high, optimum, plus optional id and class.
A live preview sits next to copy-ready HTML.
Semantics
Meters represent a scalar measurement in a known range (for example disk usage). Leave optional thresholds blank to omit those attributes from the markup.
Frequently Asked Questions
Meter vs progress — which tag should I use?
Use meter for a gauge within a fixed range. Use progress for completion toward a goal or indeterminate activity.
What do low, high, and optimum change?
They hint where “good” or “bad” zones sit so browsers can tint the bar differently. They do not change the numeric value itself.
Can I style the bar?
Yes. Add classes in the class field. Fine-grained styling often uses vendor pseudo-elements in your own stylesheet.