What is "value" in "<input>" tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What is "value" in "<input>" tag?

i dont know why do we need "value" tag. even uf we delete it nothing will change.

8th Apr 2019, 8:41 PM
Mahdi Dehghani
Mahdi Dehghani - avatar
1 Answer
+ 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.
8th Apr 2019, 8:51 PM
Victor Andersson
Victor Andersson - avatar