HTML progress tag

HTML progress tag is used to display the completion progress of the task.

The progress bar can be used with javascript to display process as it is underway. This is very useful when someone wants to develop software and wants to see its progress


Syntax

Output


List of HTML progress tag attributes


Sr. No. Attribute options Description
1 max Specify the maximum number of tasks requires in total. The value for this is a numeric value.
2 value Specify the number of tasks completed in total. The value for this is a numeric value.

The HTML progress tag is shown at work in progress.

Output

Downloading is in Progress…

Resources and References

1. W3C Specification.
2. HTML living standard
3. W3C project using Github