Easy Tutorial
❮ Att Td Height Att Iframe Sandbox ❯

HTML <progress> value Attribute

HTML <progress> Tag

Example

Download in progress:


Browser Support

Internet Explorer 10, Firefox, Opera, Chrome, and Safari 6 support the value attribute.

Note: Internet Explorer 9 and earlier versions do not support the value attribute of the <progress> tag.


Definition and Usage

The value attribute specifies how much of the task has been completed.


Differences Between HTML 4.01 and HTML5

The <progress> tag is new in HTML5.


Syntax

Attribute Values

Value Description
number A floating-point number that specifies how much of the task has been completed.

❮ Att Td Height Att Iframe Sandbox ❯