HTML5: Displaying a Progress Bar
Published on Nov 7, 2011 by Jamie Munro
/*HTML5: Displaying a Progress Bar*/?>
/*HTML5|html5,html5|html5-2*/?>
/*2011-11-7*/?>
One of the new HTML5 markup tags is called progress. This displays a basic progress bar based on two attributes that you must specify: the current value and the max value. Using some basic Javascript, you can increment the progress bar so the user knows something is happening and will be done soon.


