x
 
<!DOCTYPE html>
<html>
<head>
    <title>My First web page</title>
</head>
<body>
<h1>Good Job </h1>
<p>Finally we learn something about HTML</p>
</body>
</html>