Easy Tutorial
❮ Prop Style Borderimagewidth Prop Tablerow Valign ❯

HTML DOM Progress Object


Progress Object

The Progress object represents an HTML <progress> element.

The <progress> element represents the progress of a task.

Accessing the Progress Object

You can access the <progress> element by using the getElementById() method:

Creating a Progress Object

You can create a <progress> element using the document.createElement() method:

Progress Object Properties

Property Description
labels Returns a list of labels for the progress bar (if any)
max Sets or returns the value of the max attribute of the progress bar
position Returns the current position of the progress bar
value Sets or returns the value of the value attribute of the progress bar

Standard Properties and Events

The Progress object also supports standard properties and events.


Related Articles

HTML Reference: HTML <progress> Tag

❮ Prop Style Borderimagewidth Prop Tablerow Valign ❯