Edit in JSFiddle

<html>
    <head><title>progress tag in html5</title>
    </head>
    <body>
        <span>Downloading :</span>
        <progress value="66" max="100">Progressing</progress>
    </body>
</html>