W3Schools.com

HTML5 <progress> Tag

Example

Downloading in progress:

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

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The <progress> tag is currently supported in Firefox, Opera, and Chrome.


Definition and Usage

The <progress> tag represents the progress of a task.


Differences Between HTML 4.01 and HTML5

The <progress> tag is new in HTML5.


Tips and Notes

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.


Attributes

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

Global Attributes

The <progress> tag also supports the Global Attributes in HTML5.


Event Attributes

The <progress> tag also supports the Event Attributes in HTML5.


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE