` tag. **Note:** IE 9"> ` tag. **Note:** IE 9" />
Easy Tutorial
❮ Att Colgroup Width Canvas Linewidth ❯

HTML5 <progress> Tag

Example

Marking "Download Progress":


Browser Support

IE 10, Firefox, Opera, Chrome, and Safari 6 support the <progress> tag.

Note: IE 9 or earlier versions of IE do not support the <progress> tag.


Tag Definition and Usage

The <progress> tag represents the progress of a task in progress (process).


Differences Between HTML 4.01 and HTML5

The <progress> tag is new in HTML5.


Tips and Notes

Tip: Use the <progress> tag with JavaScript to display the progress of a task.

Note: The <progress> tag is not suitable for representing measurements (such as disk space usage or query results). For measurements, use the <meter> tag instead.


Attributes

Attribute Value Description
max New number Specifies the value that needs to be completed.
value New number Specifies the current value of the progress.

Global Attributes

The <progress> tag supports HTML's global attributes.


Event Attributes

The <progress> tag supports HTML's event attributes.

❮ Att Colgroup Width Canvas Linewidth ❯