The
<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 body
Status: <progress min="0" max="100" value="35"> 
</progress>
Note:
Use the <progress> tag in conjunction with JavaScript to dynamically display a task's progress
by Valeri Tandilashvili
4 years ago
HTML
tags
1
Pro tip: use ```triple backticks around text``` to write in code fences