Given the following code snippet, what does the button do?
<button type="reset">Reset</button>
Loads a new page called "Reset".
Saves the form data locally.
Resets all fields of the form to their default values.
Submits the form.