Is there a difference between a button with type=\"button\" vs type=\"submit\"? Are there functional differences, or is it just a desc
button
type=\"button\"
type=\"submit\"
Buttons can be stylized much better than inputs can be used for anchor tags(links).
Inputs can achieve the same functionality as buttons but uglier design.
Let's say inputs are oldschool, buttons are cooler.