What are the Tags used to create Forms?

What are the Tags used to create Forms?

HTML forms are used to collect some data from the site visitor. The HTML <form>…..</form> tag is used to create an HTML form

<input>
<textarea>
<button>
<select>
<option>
<optgroup>
<fieldset>
<label>

Why Input Tag is used?

<input> tag prompts the user to enter data and also request for the information from the web server after submitting the web form.

How it is Used?

<form>
	<input>
</form>
Tagged : / / / / / / / /