+ 1
Complete the code for the form. <form> <label for = "_______"> Name : </label> <input type="text" ________="name"> <input __
Complete the code for the form. <form> <label for = "_______"> Name : </label> <input type="text" ________="name"> <input _______= "Submit"> </form> Can someone tell me what to put in the blanksđ€đ€đ€đ„șđ„șđ„șđ„șđ„șđ„șâ€ïž Please help me đ https://code.sololearn.com/WS0GX9GSPHdY/?ref=app
5 Answers
+ 6
SOUVIK HAZRA ,
<form>
<label for = "Name"> Name : </label>
<input type="text" value="name">
<input type= "Submit">
</form>
Please go through the form topic for better understanding....:-)
+ 2
SOUVIK HAZRA ,
Yeah you can use id or value...
As if you use value whatever you give within it will display...
+ 1
Riya: The second number will not be the value, I think it will be the id attributeđ€
+ 1
<form>
<label for="name"> Name: </label>
<input type="text" id="name" name="name">
<input type="submit" value="Submit">
</form>
0
Can someone tell me what to put in the blanks đ€đ€đ€đ€đ€â€ïžâ€ïžâ€ïžđ„șđ„șđ„ș