←back to thread

Just use a button

(gomakethings.com)
284 points moebrowne | 1 comments | | HN request time: 0.253s | source
Show context
xnx ◴[] No.45775418[source]
Page makes no mention of <input type="button">. Are there any situations where that should be used?
replies(3): >>45775598 #>>45775605 #>>45775960 #
1. cferdinandi ◴[] No.45775960[source]
I would literally never use <input type="submit|button"> for anything when the <button> element is an option, personally.