- 2
What is<from>tag
2 Answers
+ 1
Used to collect information from the user
+ 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/