Open your text editor (Notepad) and type the following code:

<html>
<head>
<title>My sample HTML page</title>
</head>
<body>
<h1>This is an HTML page</h1>
</body>
</html>

1 answer

Okay, I typed it :)