Archive for the 'html' Category

Rediscovering the Button Element

Thursday, May 17th, 2007

Particletree’s article on Rediscovering the Button Element makes a strong case for using <button type="submit"> instead of that old standby <input type="submit">. The payoff for making the switch? Consistent cross-browser slickness styleable via CSS.