+ 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 ответов
+ 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 🤔🤔🤔🤔🤔❤️❤️❤️🥺🥺🥺