HTML and CSS Reference
In-Depth Information
Name
progress
Synopsis
<progress> . . . </progress>
Not in HTML 4.01 . Represents the completion progress of a task, such as downloading. The
value measuring task completion can be provided by a script and inserted as content of the
progress element or be provided with the value attribute. The progress element may be
used even if the maximum value is not known, for example, to indicate a task waiting for a
remote host to respond.
Usage
Categories:
Flow content, phrasing content, labelable element, palpable content
Permitted contexts:
Where phrasing content is expected
Permitted content:
Phrasing content, but may not contain progress elements
Start/end tags:
Required/Required
Attributes
HTML5 Global Attributes
max=" number
number "
Indicates a measure of the total work the task requires. The default is 1.
Search WWH ::




Custom Search