Difference between <input type='button' /> and <input type='submit' />

前端 未结 8 2277
不思量自难忘°
不思量自难忘° 2020-11-22 05:17

What is the difference between HTML and ?

8条回答
  •  遥遥无期
    2020-11-22 05:28

    Button won't submit form on its own.It is a simple button which is used to perform some operation by using javascript whereas Submit is a kind of button which by default submit the form whenever user clicks on submit button.

提交回复
热议问题