HTML5 Progress Bar runs in all browser
In the every HTML5 application which uses resources like images,video or any type of multimedia. Loading bar or The Progress Bar is barely required. html5 progress tag is fully supported by Firefox, Chrome, Opera and other browsers like Safari 6.0, Internet Explorer 12.0 is going to support in near future.Below code will work in all browsers either it supports the progress tag or not. See practical example of progress tag : Progress Bar Demo Simple Code with its tutorial <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Progress Bar</title> <script type="text/javascript" language="javascript"> var interval; function increaseNumber(step){ var no = document.getElementById('no'); var pid = document.getElementById('progress_bar'); var curStep = parseInt(no.innerHTML); //