The form attribute defines one or more forms for the elements belong to.
max
Represents the maximum value of the range.
value
Describes the current value of the element
Global Attributes
The <progress> tag supports Global attributes.
Event Attributes
The <progress> tag supports Event attributes.
Supporting Browsers
Related Tags
The <meter> tag is similar to <progress> tag but it is mostly used to show the disk space usage while the <progress> tag should be used to show the progress of a particular task.