Copy HTML
<label for="task-progress">Uploading portfolio.zip</label>
<progress id="task-progress" max="100" value="68">
68%
</progress>Explore progress with controls for the current value, the task maximum, and the indeterminate state created by omitting the value attribute.
<label for="task-progress">Uploading portfolio.zip</label>
<progress id="task-progress" max="100" value="68">
68%
</progress>