progress
The progress HTML element represents the completion progress of a task.
HTML
<progress attribute-name="attribute-value"></progress>
Attributes
Name |
Value |
Description |
max |
float |
Upper bound of the range |
value |
float |
Measured value shown by meter |
max
value
JS