Progress

This HTML element is used to display a progress bar for task completion.

Attributes

  • max
  • value

Usage notes

An appropriate label is likely necessary for accessibility.

The minimum value is always 0, unlike the meter element.

The :indeterminate pseudo-class can be used to style an indeterminate progress bar (progress elements without a value).