Easy Tutorial
❮ Tag Label Att Global Translate ❯

HTML <progress> max Attribute

HTML <progress> Tag

Example

Download in progress:


Browser Support

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

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


Definition and Usage

The max attribute specifies how much work the task requires in total.


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 work the task requires in total.

❮ Tag Label Att Global Translate ❯