HTML programing for button

simple html programing  used to make button in your website.
<FORM>
<INPUT TYPE="BUTTON" VALUE="button tittel u want" ONCLICK="window.location.href='http://name an link u want.com'">
</FORM>

no need to use softwares to creat downlod button's just copy HTML format given above and file the given needs .
example i want to create a button like given below
<FORM>
<INPUT TYPE="BUTTON" VALUE="facebook" ONCLICK="window.location.href='http:/facebook.com'">
</FORM>
 click on button