+ 3
What does "min" do I used to change it but nothing happened
Min in progress
8 Réponses
+ 3
Ziead Shab Kalieh if you are talking about 1. Then no min attribute exists
Basically nothing happens
+ 6
<progress> only has 2 known attributes (value & max) according to w3schools
https://www.w3schools.com/TAgs/tag_progress.asp
+ 3
(If you are asking about the range type input)
Min is the attribute used to set the minimum capacity of the range bar
By default the value is 0
+ 3
Ziead Shab Kalieh what your are talking about
1. <progress value ="10" max ="100">HTML</progress>
Or
2. <input type="range" />
+ 1
Krish hi krish i know that but for exapmle if we put the minimum 100 what happens?
+ 1
Krish i'm talking that if we. Put the min ="100" and max= "200" what happen if the value is less than min
+ 1
Krish Yeh that's what I talking about so min is useless it's not important
+ 1
Krish another question what happens if the value is more than max?