Who may I explant me how would used to <form> in html? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Who may I explant me how would used to <form> in html?

As you know <form> in html is used to create table of into some characters because it's like create a cube all information mention before this tag creates a date based about it. example: <form> <label for="tex1">email</label> <input type="tex" id="tex1" name="em"> <label for="tex2">name</label> <input type="tex1" id"tex2" name="co"> <input type="submit> </form>

10th Jan 2024, 9:21 PM
Moisés
Moisés - avatar
1 Answer
+ 2
Moises <form action="/action_page.php" method="get"> <label for="nm">Name:</label> <input type="text" id="nm" name="user_name"> <br><br> <label for="em">Email:</label> <input type="email" id="em" name="user_email"> <br><br> <input type="submit" value="Submit"> </form>
11th Jan 2024, 5:04 AM
BroFar
BroFar - avatar