<progress>
Widely available
The <progress>
element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
To learn more, see
HTMLProgressElement,
HTMLProgressElement: labels property,
HTMLProgressElement: max property,
HTMLProgressElement: position property,
HTMLProgressElement: value property,
<progress>: The Progress Indicator element at MDN.
Compatibility (view on caniuse.com)
- Chrome 6 Released on 2010-09-02
- Chrome Android 18 Released on 2012-06-27
- Edge 12 Released on 2015-07-29
- Firefox 6 Released on 2011-08-16
- Firefox for Android 6 Released on 2011-08-16
- Safari 6 Released on 2012-07-25
- Safari on iOS 7 Released on 2013-09-18
Specifications
- HTML Standard (#the-progress-element), from HTML Workstream (WHATWG).