A simple back button using history

Click this button to return to the previous page.

This is done using the input tag

<input type="button" value = "Back" onClick="history.go(-1)">