HTML Back button for website

If you would like to add a back button on your website, rather than asking people to click back (which some people might never do when you want them to..)

You can use this HTML Back Button:

<form><input type=”button” VALUE=”Back” onClick=”history.go(-1);return true;”></form>

Shows up like this: