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

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

What is the difference between HTML and ?

8条回答
  •  后悔当初
    2020-11-22 05:47

    W3C make it clear, on the specification about Button element

    Button may be seen as a generic class for all kind of Buttons with no default behavior.

    W3C

提交回复
热议问题