Input
Output
<!DOCTYPE html> <html> <head> <title>Progress Example</title> </head> <body> <h3>File Upload Progress</h3> <progress value="70" max="100"></progress> </body> </html>