what is the difference between input type button and input type submit and if form is submitted then where the data is stored ,e.g.if there is a registration form design on javascript.does input type button can submit a form to server
moreover if we apply validations using javascript and then submit form,if form contains some validation errors(if any textbox is empty),does that information submitted to server or not?