I know that I can assign an onclick action to <input type="button"-style buttons. But is it possible to let it behave like an <a> without using JavaScript? I ask because I’m in a situation where technically I’m better off using <a>‘s, but buttons look nicer.
I know that I can assign an onclick action to <input type=button -style buttons.
Share
You could just use CSS to make your links look like buttons.
For example: How to make sexy buttons with CSS