<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>58-alert.html</title>
<script>
alert(42);
alert("hello world");
</script>
</head>
<body>
<p>A Javascript page with an alert</p>
</body>
</html>