HTML5 > Elements of HTML

Progress bar in HTML5

How to use progress bars in HTML5?


Progress bars:

Progress bars in html are used to complete a task.

   <h4>page is loading</h4>
   <progress value="25" max="100"/>TechFunda

In the above code snippet we have created the progress bars in the html. We have taken the <progress> element to define the progress bar. we have the progress value as 25 and max value as 100. It defines as the maximum value is 100 in which the progress is 25 percent.

output

 

 Views: 4280 | Post Order: 18



Write for us






Hosting Recommendations