The <progress> element is new in HTML5 and is used to represent the progress of a task
<progress>
<progress value="22" max="100"></progress>
This creates a bar filled 22%