Web Page Design Boot Camp

Going Back

The browser displayed this page in the same window. Here's the HTML for the button, found below, that goes back to the previous page.

<form>
<input type=image value="Back" onClick="JavaScript:history.back()">
</form>