← Back to Tag Glossary

<meter>

Forms & Interactive

Displays a scalar gauge measurement within a known range (like disk usage).

Common Attributes

  • value Configures the element's custom value parameter.
  • min Configures the element's custom min parameter.
  • max Configures the element's custom max parameter.
  • low Configures the element's custom low parameter.
  • high Configures the element's custom high parameter.
  • optimum Configures the element's custom optimum parameter.
interactive-example.html
Live Preview