<progress> tag in HTML5

The <progress> tag used to display an indicator progress of a task, means displayed as a progress bar.

Important Description

  • The <progress> tag is new in HTML5.
  • The <progress> tag is not suitable for representing a gauge.
  • Open and close tag required of <progress>.

Example of <progress> tag

Result Look Like

70%
80%
20%

<progress> Tag Browser Support

Element Chrome Edge Firefox Safari Opera
<progress> Yes Yes Yes Yes Yes
Version 8.0 10.0 16.0 6.0 11.0

Global Attributes

Event Attributes

Attributes

The minimum value is always 0 and the "min" attribute is not allowed for the progress element.

Attribute Value Description
max number Specifies how much work the task requires in total
value number Specifies how much of the task has been completed

Email Us: advertise@gdatamart.com

Donate Us: Support to GDATAMART

© 2023 GDATAMART.COM (All Rights Reserved)