Here is a small typo in our JavaScript. Can you find it? What will happen if we try to open this page?"

<HTML>
<HEAD>
BODY>
This is just some text that might be on the page.
<BR>
I hope you are enjoying this.
<BR>
We are going to have fun with it.

<SCRIPT LANGUAGE="javascript">
<!--
	color = prompt("Choose a color (red, yellow, blue):);
	document.bgcolor = color;
// -->
</SCRIPT>
<BODY>
</HTML>