What is the use of min attribute? I tried to change, no effect in browser. Can someone explain it precisely? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is the use of min attribute? I tried to change, no effect in browser. Can someone explain it precisely?

15th May 2020, 12:22 PM
alakappan somasundaram
alakappan somasundaram - avatar
5 Answers
+ 2
There is no min attribute for the html progress tag. https://www.w3schools.com/tags/tag_progress.asp
15th May 2020, 12:31 PM
ChaoticDawg
ChaoticDawg - avatar
+ 2
That's because it used to have a min attribute, but it is now depreciated. So it no longer works and really should be removed from the lesson. However, of you read the lesson comments I'm sure somewhere in there is a correction.
15th May 2020, 12:41 PM
ChaoticDawg
ChaoticDawg - avatar
0
this one is duplicate of https://www.sololearn.com/Discuss/2294896/?ref=app this thread will be deleted under classification RepostBug Gordon Seeing the high no. of replies I marked this one. Paste your reply from the other thread in this one. ~LK
15th May 2020, 12:31 PM
Gordon
Gordon - avatar
0
But, in the page, they have told 3 attributes - min, max, value
15th May 2020, 12:34 PM
alakappan somasundaram
alakappan somasundaram - avatar
0
Validation occurs on submit event. https://code.sololearn.com/WN0RbduP12Lq/?ref=app
15th May 2020, 3:24 PM
Gordon
Gordon - avatar