Last updated: 2026-09-12
<progress>The PROGRESS Element
Shows task completion (e.g. upload, loading) via value/max; omit value for an indeterminate progress animation.
| Category | Forms |
|---|---|
| Content Model | Flow content |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </progress> tag |
| Status | Standard |
📝 Syntax
<progress value="70" max="100">70%</progress>
⚙️ Attributes
This element supports the global attributes plus the following:
| Attribute | Value | Description |
|---|---|---|
value | Amount completed; omit for indeterminate progress. | |
max | Total task amount, default 1. |
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <progress> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: progress is for task progress; for fixed-range measurement use <meter>.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.