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