This is a Simple HTML Page layout
If like to try the code below use your NotePad
Copy and paste in NotePad
Save it as a html extension. Example Myfirst.html
After saving as html go to your folder where you saved it.
Click on Myfirst.htmlto open it.

Why use NotePad when you can download a free HTML Editor
If you do not have a HTML Editor download a free Editor from.
Microsoft Visual Web Developer 2012 Express Editions From Microsoft
HTML-Kit From Chami.com
Coffee Cup From CoffeeCup.com

 

Simple HTML Page example code below.

<!DOCTYPE html>
<html >
<head>
<title>Untitled Page</title>
</head>
<body>
This is a simple html page
</body>
</html>