Button type “button” vs. “submit”

前端 未结 6 1866
北荒
北荒 2020-11-30 06:04

Is there a difference between a button with type=\"button\" vs type=\"submit\"? Are there functional differences, or is it just a desc

6条回答
  •  暖寄归人
    2020-11-30 06:17

    Buttons can be stylized much better than inputs can be used for anchor tags(links).

    • Images
    • Content etc.

    Inputs can achieve the same functionality as buttons but uglier design.

    Let's say inputs are oldschool, buttons are cooler.

提交回复
热议问题