progress
The progress element represents the completion progress of a task. 4.10.13. The progress element
Links about progress
Styled Progress Bar
Tags:<progress>: The Progress Indicator element
The HTML progress element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
Code sample
<label for="upload">Upload progress:</label>
<progress id="upload" max="100" value="42"> 42% </progress>
Explore other pages
- aria-labelledby
Identifies the element (or elements) that labels the current element.
- content-visibility
Controls whether or not an element renders its contents at all.
- await
Used to wait for a Promise.
- margin
Surrounds the border edge of a box, providing spacing between boxes.