Progress

Form InputsProgress & Meter

Visual indicator of progress toward a goal.

Live Example

HTML Code

HTML
<progress value="70" max="100"></progress>

Usage Notes

This element renders as shown above in your current browser. Different browsers and operating systems may display slight variations in appearance and behavior.

The code example above shows the basic HTML structure. You can copy it directly into your projects or use it as a reference for creating similar components.