Fri, 2005-08-19 03:37
Which is preferable/more semantic to use:
<input type = "submit" /> or <button type = "submit"></button>?
Fri, 2005-08-19 04:14
#1
<input> or <button>?
Hi Tyssen,
Semantically I don't think there is any real difference.
Buttons can give you a little more flexibility when styling.
Hope that helps