The <progress> tag defines work-in-progress. Use the progress element to display the progress of a time consuming function in JavaScript.
Supported In HTML4: Yes
Supported In HTML5: Yes
HTML4 vs HTML5 Differences:
Attributes
| Title | Values | Description | HTML4 Support | HTML5 Support |
| max | number | Defines the value of completion | No | Yes |
| value | number | Defines the current value of the progress | No | No |
Standard Attributes
All standard attributes are supported.
Event Attributes
All event attributes are supported.
HTML5 Tags
- a
- abbr
- acronym
- address
- applet
- area
- article
- aside
- audio
- b
- base
- basefont
- bdo
- big
- blockquote
- body
- br
- button
- canvas
- caption
- center
- cite
- code
- col
- colgroup
- command
- datalist
- dd
- del
- details
- dfn
- dir
- div