Created
February 10, 2015 20:35
-
-
Save kangkyu/2b1f9ed1b6ad26cfa6a4 to your computer and use it in GitHub Desktop.
html link buttons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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