Tu primera página html

<html>
<head>
  <title>Hola mundo!</title>
</head>
<body>
  <h1>Hola mundo</h1>
</body>
</html>