Skip to content

Instantly share code, notes, and snippets.

@kangkyu
Created February 10, 2015 20:35
Show Gist options
  • Save kangkyu/2b1f9ed1b6ad26cfa6a4 to your computer and use it in GitHub Desktop.
Save kangkyu/2b1f9ed1b6ad26cfa6a4 to your computer and use it in GitHub Desktop.
html link buttons
<form action="http://google.com">
<input type="submit" value="Go to Google">
</form>
<a href="http://google.com">Go to Google</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment