![]()
The <progress> tag is supported in Internet Explorer 10, Firefox, Opera, Chrome, and Safari 6.
Note: The <progress> tag is not supported in Internet Explorer 9 and earlier versions.
The <progress> tag represents the progress of a task.
The <progress> tag is new in HTML5.
Tip: Use the <progress> tag in conjunction with JavaScript to display the progress of a task.
Note: The <progress> tag is not suitable for representing a gauge (e.g. disk space usage or relevance of a query result). To represent a gauge, use the <meter> tag instead.
New : New in HTML5.
| Attribute | Value | Description |
|---|---|---|
| maxNew | number | Specifies how much work the task requires in total |
| valueNew | number | Specifies how much of the task has been completed |
The <progress> tag also supports the Global Attributes in HTML.
The <progress> tag also supports the Event Attributes in HTML.
Your message has been sent to W3Schools.