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
- line-height
Specifies the height that is used in the calculation of the line box height.
- scroll-behavior
Specifies the scrolling behavior for a scrolling box.
- title
Represents advisory information for the element.
- h1 - h6
These elements represent headings for their sections.