<progress>
All Tags not showing in online page, but show on view source.
<progress value="50" max="100"></progress>
Code show like this:
Browser Support
The <progress> tag is not supported in Internet Explorer 9 and earlier versions.
What is progress tag
progress tag is used to represents the progress of a task. progress tag used for working progress.
HTML5
progress tag is new in html5.