HTML <progress> value attribute

Definition and Usage

value The attribute specifies the part of the task completed.

Example

Display Progress Bar:

<label for="file">Download Progress:</label>
<progress id="file" value="32" max="100"> 32% </progress>

Try It Yourself

Syntax

<progress value="number">

Attribute Value

Value Description
number Floating point number, indicating the part of the task completed.

Browser Support

The numbers in the table indicate the first browser version to fully support this attribute.

Chrome Edge Firefox Safari Opera
Chrome Edge Firefox Safari Opera
8.0 10.0 16.0 6.0 11.0