Your First HTML Page

<!DOCTYPE html>
<html lang="en">
<head>
<title>Hello world!</title>
</head>
<body>
  <h1>Hello world!</h1>
</body>
</html>