LPMJ Example 14-3 (Click on the icon to view the source for copy and pasting)
<html>
	<head><title>Hello World</title></head>
	<body>
		<script type="text/javascript">
			document.write("Hello World)
		</script>
	</body>
</html>