What is<from>tag | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 2

What is<from>tag

13th Jan 2022, 1:21 PM
Yash Jain
2 Respostas
+ 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