Sunday 22 September 2013

How To Make a Simple Progress Bar

                             Create an simple progress bar.

In the below example i will use the <progress> </progress>element to show Your task status.

<p>Status: <progress min="0" max="100" value="30"><span>0</span>%</progress>



Save the above code and see what happens

No comments:

Post a Comment