Does any one know how I can place multiple html buttons that act as links on the same html page?
I am currently doing this:
<form action="http://justchillinc.wix.com/just-chill">
<input type="submit" value="Just Chill">
</form>
<form action="http://google.com">
<input type="submit" value="Google">
</form>