0
Why do we use min="0" while declaring progress bar.
Because if i remove it still output comes to be same. https://code.sololearn.com/W6DIDIjdpFw7/?ref=app
3 Answers
+ 2
default is 0
you can try specifying other values, and facilitate changes with JavaScript, and see what happens
0
So if i completely remove min then also it does not changes anything in the above code? Why is so
0
The 'min' value is 'minimum' value of the progress bar .
You can even skip min attribute since the minimum progress is always zero.