Make A Button
To make a button similar to the one on your browser just use this code.
<FORM>
<INPUT TYPE="Button" NAME="Submit" Value="Text in the Button" onClick="Link">
</FORM>

The above button will take you to this page. This is the code that you will need to write:
<FORM>
<INPUT TYPE="Button" NAME="Submit" Value="Go to Make A Button" onClick="button.html">
</FORM>
Next Code