<progress>
↔ Progress Indicator Element to display loading progress bar
Source: <progress>: The Progress Indicator element - HTML: HyperText Markup Language | MDN
<progress max="100" value="50"\>
value
Attribute to set % progress (as string
) for <progress\>
. Omit to set as :indeterminate
References
value
↔ Attribute to set % progress (asstring
) for<progress\>
. Omit to set as :indeterminate