back to step 2
Step 3 - Learn how to colourize your site and make it look more exciting.
First of all I'll teach you some simple codes to make your text look more exicting.
Bold<b>TEXT HERE</b>
Italic<i>TEXT HERE</i>
Underlined<u>TEXT HERE</u>
Slashout<s>TEXT HERE</s>
Just replace TEXT HERE with the text you want to be in that style.

Now you'll probably want a more exciting background colour or even a background image, the first code below is for a background colour and the second is for a background image, <body bgcolor="COLOURHERE"> <body background="IMAGEURLHERE"> make sure when you paste your background code in it replaces the body tag. Replace COLOURHERE with a hexcode (click here). And replace IMAGEURLHERE with the url of your image this will be something like "My Pictures/pic.gif" capitals do matter!

Now you might want a line like this
but this is a boring one you change the by using this code<hr color="COLOURHERE"> remember to replace COLOURHERE with a colour (click here). Then it will look more like this,

If you want to center you text just use this code and put it at the begining of your page or wherever you want it to start in the center <center> and then to stop it being centered </center>

on to step 4...