HTML Help
Okay, this is the help section. If what you want to know isn't here, or I have confused you, you can Email me and I can try to help you. Okay, so just C&P the HTML from the boxes directly to where you want it.
Okay, so lets start with the basics that are needed to make your site appealing:
Font Attributes
Change font sizes:
Change font colour:
Change font face:
Now, you don't have to do all of the above separately. If you want
"Hi, My name is..." to be a size of +3, colour of blue, and have an arial look to it, then put the HTML together like this:
and the result will look like this:
"Hi, My name is..."
Italics:
Bold text:
Underline text:
Center text:
Setting the Background:
Using a specific colour:
Using a background that is not a colour:
Usually the first thing that you do when making a new page is put this tag at the top of the document:
This will set all of the colours that you want for the whole page(Alink stands for active link and vlink is for visited
link). This is so that you don't have to keep writing font color="" and such.
The next page will show you little things that you can do to pull your new page together. Things such as how
to link to something and how to put an image on your page will be introduced.
I've had enough. Take me home.