Quiz: Web Forms


<form>
<input>
<label>

Connects label to an input field
Sets the input type
Submits the form

<input type="text">
<input type="email">
<input type="mail">

Resets all fields
Submits form data
Just displays text