Latest web development tutorials

HTML progress max attributes

Tag Reference HTML progress HTML <progress> tag

Examples

Progress Downloads:

<progress value="22" max="100"></progress>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Internet Explorer 10, Firefox, Opera, Chrome and Safari 6 supports max attributes.

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


Definition and Usage

max attribute specifies the task requires a total of how much work.


Differences between HTML 4.01 and HTML5

<Progress> tag is new in HTML5 tags.


grammar

<progress max="number">

Property Value

描述
number 一个规定任务总共需要多少工作的浮点数。


Tag Reference HTML progress HTML <progress> tag