HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

progress

Description

The progress element for HTML represents the completion progress of a task.

Syntax

HTML

<progress attribute-name="attribute-value"></progress>

Attributes

Global

NameValueDescription
maxfloatUpper bound of the range
valuefloatMeasured value shown by meter

Examples

1 · max

2 · value

3 · JS