this question has answer here:
- how create html button acts link? 26 answers
hello i'm trying code calculator fun , wondering how make html button not hyperlink , button when click bring html page in folder.
thanks, lions
the easiest way achieve put button form this:
<form action="stackoverflow.com"> <input type="submit" value="button text"> </form>
Comments
Post a Comment