How to make a button that opens an html page? -


this question has answer here:

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