Please, i really don't know the use of "value" attribute in the input tag. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please, i really don't know the use of "value" attribute in the input tag.

for instance <input type="checkbox" name="gender" value="male"> male

16th Nov 2018, 11:49 PM
ZANNU JULIUS
ZANNU JULIUS - avatar
1 Answer
+ 1
Value on input tags changes depending on the type your using. Check this for a nice breakdown ... https://www.w3schools.com/tags/att_input_value.asp
17th Nov 2018, 12:17 AM
LordHill
LordHill - avatar