What is<from>tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is<from>tag

13th Jan 2022, 1:21 PM
Yash Jain
2 Answers
+ 1
Used to collect information from the user
13th Jan 2022, 1:51 PM
Muhammad Galhoum
Muhammad Galhoum - avatar
+ 1
The <form> tag is used to create an HTML form for user input. The <form> element can contain one or more of the following form elements: <input> <textarea> <button> <select> <option> <optgroup> <fieldset> <label> <output> // Resources: https://www.w3schools.com/tags/tag_form.asp https://www.tutorialspoint.com/html/html_form_tag.htm https://www.geeksforgeeks.org/html-form-tag/amp/
13th Jan 2022, 2:03 PM
NEZ
NEZ - avatar