You are here : htmlHTML 5progress

<progress> - HTML 5

The <progress> tag represents the progress of a task.


Syntax

    <progress value="22" max="100"></progress>


Example

    <progress value="22" max="100"></progress>


Output / Return Value


Limitations


Alternatives / See Also


Reference