Click here to Skip to main content
15,894,630 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Is there a way to make a goal progress bar with HTML?

For the sake of an example:
I want to say my goal is to go to the gym 200 days this year.
I have went to the gym 50 days so far.

I want to be able to make a progress bar that shows 50/200 (25%).
And I want to be able to update this bar as I go more often.

Is this possible with HTML?
Thank you.
Posted
Comments
[no name] 20-Jul-15 9:08am    
Yes, it would appear to be possible.

1 solution

You can create a progress bar in HTML. Have a look at following examples:
- The HTML5 progress Element[^]
- Basic Progress Bar[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900