Progress Element in HTML5
The progress tag is used to markup values in the process of changing
Your download is <progress>55%</progress> complete |
It has 3 attributes
- value
- min
- max
By itself it’s probably not that interesting, however when combined with the DOM and some scripting it can be used to dynamically update progress values.