<progress>
element provides the ability to create progress bars on the web. The progress element can be used within headings, paragraphs, or anywhere else in the bodyStatus: <progress min="0" max="100" value="35">
</progress>
Note: Use the <progress> tag in conjunction with JavaScript to dynamically display a task's progress