<progress>

The HTML <progress> Element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar. Javascript can be used to manipulate the value of progress bar.

https://developer.mozilla.org/en/docs/Web/HTML/Element/progress

Can I Use <progress>?

Can I Use progress? Data on support for the progress element across the major browsers from caniuse.com.

Sandbox