HTML and JavaScript code for this page

<html>
<head>
	<title>Hello World</title>
</head>

<body onLoad='alert("Hello world!");'>

</body>
</html>