Home

Basic HTML Template for Your Website

Do you want to get desgning and want to skip writing out all the boring stuff? Here, you will find the bare essentials for writing an html page.

Here is the download link for the .txt file of this template: Basic_Template.txt

Here is the actual html:

				<!DOCTYPE HTML>
				<html>
					<head>
					    <title></title>
					</head>
					<body>
					</body>
				</html>
			

The bounty for this page is $50