HTML <progress> element


<progress> is a new HTML5 element. It shows an animated in progress task bar.

Calculation in progress, please wait ...<br>
<progress value=4 max=10>

Calculation in progress, please wait ...


<progress> tag is not supported by Internet Explorer.

Specific attributes of <progress> tag:
AttributeDescription
max Maximum value
value Current value