![]() |
VOOZH | about |
The HTML <progress> tag is used to display the progress of a task or operation. It is commonly used for loading indicators, file uploads, and task completion status.
Syntax:
<progress attributes...> </progress>Note: This tag is used in conjunction with JavaScript to display the progress of a task. The
<progress>tag also supports the Global Attributes and Event Attributes in HTML.
Example 1: Implementation of progress tag.
Example 2: Implementation of progress tag.