PROGRESS
Run
<!DOCTYPE html>
<html>
   <body>
      <h1>The progress tag example</h1>
      <h3>This is to show you the downloading progress of a file:</h3>
      <label for="file">Downloading progress:</label>
      <progress id="file" value="32" max="100"> 32% </progress>
   </body>
</html>