progress (HTML5)

The HTML progress (<progress>) element is used to view the completion progress of a task.

Properties & Events

KeyDescriptionAvailability

Examples having uses of: 'progress'

2 votes
2k views

HTML5 progress

Represents the completion progress of a task. Tip: Use the <progress> tag in conjunction with JavaScript to display the progress of a task.