+ 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

27th Aug 2023, 4:17 PM
Souvik Hazra
Souvik Hazra - avatar
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....:-)
27th Aug 2023, 6:41 PM
Riya
Riya - avatar
+ 2
SOUVIK HAZRA , Yeah you can use id or value... As if you use value whatever you give within it will display...
28th Aug 2023, 3:43 PM
Riya
Riya - avatar
+ 1
Riya: The second number will not be the value, I think it will be the id attribute🤔
28th Aug 2023, 3:01 PM
Souvik Hazra
Souvik Hazra - avatar
+ 1
<form> <label for="name"> Name: </label> <input type="text" id="name" name="name"> <input type="submit" value="Submit"> </form>
23rd Jun 2024, 1:05 PM
2013 Kirti Ganore
2013 Kirti Ganore - avatar
0
Can someone tell me what to put in the blanks 🤔🤔🤔🤔🤔❤️❤️❤️🥺🥺🥺
27th Aug 2023, 4:18 PM
Souvik Hazra
Souvik Hazra - avatar