progress

progress
HTML progress Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.

The HTML <progress> element is used to graphically(progress bar)render the progress of a task as the task takes place. Its value attribute can be tied to a Javascript mechanism that will have a progressive value to relate to the user in real time. To view a video tutorial from Adam about attaching this element to a Javascript progressive event, click this link below:

HTML 5 Tutorial Progress Bar For Progressive Javascript Events Processing

HTML CODE EXAMPLE
Event Progress...
<progress value="60" max="100" >60 percent</progress>
 
Event Progress... 

0 Response to "progress"

Post a Comment