0

HTML progress playground

Explore progress with controls for the current value, the task maximum, and the indeterminate state created by omitting the value attribute.

Ask AI

HTML progress playground

Response generated with openai/gpt-5.4-nano. AI can make mistakes. Always review the result.
Determinate
68%
68% 68 / 100
HTML
<label for="task-progress">Uploading portfolio.zip</label>
<progress id="task-progress" max="100" value="68">
  68%
</progress>