What are Forms?

Forms allow users to enter data that gets processed by a server. They may include input fields, radio buttons, and submit buttons. Forms may also validate input.

Forms Tags

<form>
<fieldset>
<legend>
<label>
<input>
<span>
<select>
<option>