HTML5 progress Tag

This adds a progressbar good place to deal with busy status user interface. it it will not stop rest of the ui(like a model dialog)
<progress value="45" max="90"></progress>