Build Web Site Free | Free Notepad Template

The Easiest HTML Page Code

:: "Start here for the most basic HTML template -a free notepad template .."

Free Notepad Template - Copy and paste this in notepad, this is the most basic HTML structure available.

Add your own title and content in the content area. Save the file as "yourpage.html". To view the page in a web browser simply navigate to the folder you saved the file in - right click on the file - open with IE ( or whatever browser you choose). It will display as a web page. Here it is below:


<html>
<head>
<title>title of your page</title>
</head>
<body>
content area:this is where your content goes....
</body>
</html>