HTML — HTML Progress Bar
The <progress>
tag shows the completion status of a task, like downloads or quizzes.
It uses value
and max
attributes.
<label>Loading:</label>
<progress value=\"70\" max=\"100\"></progress>
The <progress>
tag shows the completion status of a task, like downloads or quizzes.
It uses value
and max
attributes.
<label>Loading:</label>
<progress value=\"70\" max=\"100\"></progress>