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

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

What is the difference between HTML and ?

8条回答
  •  野性不改
    2020-11-22 05:38

    type='Submit' is set to forward & get the values on BACK-END (PHP, .NET etc). type='button' will reflect normal button behavior.

提交回复
热议问题