Tuesday 14 February 2017

Progress Tag HTML 5

Progress Tag HTML 5 Example


In making of a website , we often need to provide essential feedback to a user informing them of the progress of their request or task, be it uploading a file, playing a video, or importing data.

Progress Tag HTML 5


HTML5 makes life easier for us by defining an element whose sole purpose is just that: the <progress> element.


<progress value="52" max="100"></progress>


No comments:

Post a Comment