+ 5
What is "value" in "<input>" tag?
i dont know why do we need "value" tag. even uf we delete it nothing will change.
1 Antwort
+ 8
The value attribute allows you to set a default value for your input tag. It’s not necessary to have the value attribute, it’s only when you need it.
It’s also the attribute referenced by JavaScript to change the value of input tags.
Hope it helped.