HTML - Tags - <progress>

#104 of 147
progress
Next q
Prev pre

 <html>
 <body>
     <p>Checking ...</p>
     <progress value="60" max="100"></progress>
 </body>
 </html>
 

The progress element represents progress towards the completion of some task.

A live example:


Checking ...


N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath