Please browse through our collection of javascripts. If you are a beginner, follow the simple layout
below to make your first pages.
When
making you own web page using a text editor you might want to use the following source
code as a template. It is colour coded for your convenience.
<html>
<head>
<title>Page Name</title>
<meta name="description" content="Descrition of web page for search engines">
<meta name="keywords" content="Keywords, separated, by commas, games downloads">
<meta name="author" content="Your name here to show who made the page">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080">
<p align="center">I really like making web sites!</p>
<p align="center">Here is a photo of my dog <br><img scr="dog.jpg" alt="My
Dog"
border="0"></p>
<p align="center">Visit this cool site: <a
href="http://www.nahoo.ukgateway.net/webforge">Webforge</a>.</p>
<p align="center">Email me at <a href="mailto:email@mail.net">email@mail.net</a>.</p>
</body>
</html> |