HTML Progress tag
It represents the completion progress of a task.
It is also used to indicate how much of a task has been completed, such as loading something on a page or registration process.
Syntax:-
Example:-
Test it Now
Attributes
Attribute |
Value |
Description |
max |
number |
Specifies how much work the task requires in total. By default the value is 1. |
value |
number |
Specifies how much of the task has been completed. |
|