The submit button sends the form data to the server:Copy<input type="submit">The reset button returns the form controls to the state they were in when the form initially loaded:Copy<input type="reset">