0
Forms
What is the meaning of (value=“1”) in :- <input type=“checkbox” name=“gender” value=“1” /> <br /> <input type=“checkbox” name=“gender” value=“2” /> <br /> ?
2 Answers
+ 1
“value” is the default text that will appear written in a text input, in this case 1 and 2.
0
En el ejercicio 11 como serĂa HTML