Your First HTML Page

<html>
<head>
<title>Hello world!</title>
</head>
<body>
	<h1>Hello world!</h1>
</body>
</html>