0
How do you make a skill bar? Im tryna make a coding website and i need to to test how many code lessons the person done to go up
2 odpowiedzi
+ 1
Aden King
/*
What do you mean by a skill bar?
You want to show him his progress?
Then you can use meter element I guess.
*/
[Edit]
I was wrong. It should be progress as suggested by Namit Jain.
See these pages:
MDN: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress
CSS Tricks: https://css-tricks.com/html5-progress-element/