About:
Horje.com PHP HTML CSS JAVAScript Editor.
Version: 1.0
PHP Version: 7.3.33
Restore
Store
Run »
« Get
<!DOCTYPE html> <html> <body> <h1>The progress element</h1> <label for="file">Downloading progress:</label> <progress id="file" value="32" max="100"> 32% </progress> </body> </html>