Website Resources @ jonsay.co.uk
Simple Webpage Template
Home Page

A simple template

I`ve created a basic wepage template that anyone can use. Obviously for those who have been making websites for years, this won`t be much use.



To use this template, just copy and paste from the text area into your own file. Don`t forget to call your file something meaningful for the search engines and visitors.

Want to put something in the webpage? Okay, I`ll give you some simple examples.

To put large text on the screen, there are two ways. first the heading method. This sets the size and gives one blank line underneath and above the heading. It is thought that google notices the heading tags, and gives better results for websites that use them. By giving a heading, you are being authoritive.

<h1>This is heading 1</h1>

<h2>This is heading 2</h2>

<h3>This is heading 3</h3>

<h4>This is heading 4</h4>

<h5>This is heading 5</h5>
<h6>This is heading 6</h6>

The other method has more control. The font system can control size, color and style of font.
<font size="1">font size 1</font>
<font size="2">font size 2</font>
<font size="3">font size 3</font>
<font size="4">font size 4</font>
<font size="5">font size 5</font>
<font size="6">font size 6</font>
<font size="7">font size 7</font>
<font style="arial">This is font arial</font>
<font style="times">This is font times</font>
<font style="courier">This is font courier</font>
<font color="red">This is font color red</font>
<font color="ff0000">This is also font color red</font>
<font color="green">This is font color green</font>
<font color="00ff00">This is also font color green</font>
<font color="blue">This is font color blue</font>
<font color="0000ff">This is also font color blue</font>

<b>Don`t forget you can mix the font controls together to create stylised text and also make text bold with the bold command</b>
<font color="red" size="4" style="verdana">This is font color red, size 4 and style verdana</font>

<center>If you want centralised text use the center command</center>

To display an image you must have an image already in your website storage area.

This is what you see when an image cannot be found.

<img src="Images/test.jpg">

My image test.jpg is in the Images directory in my website area.
Hopefully, that is enough to get you started. There are many websites that deal with creating webpages, just google "html"
Contact Me Sitemap
Last update 8th August 2008. Copyright @ 2005-2008 jonsay.co.uk