Web Page Design Boot Camp

Closing A Window

The browser opened a new window to display this page. Here's the HTML for the button, found below, that closes this window.

<form>
<input type=image value="Close" onClick="JavaScript:self.close()">
</form>