Welcome to my Website!

This is an experiment for me to create my own website and, for anyone interested, to see how! I'm going to be using knowladge from these tutorials and the knowladge I gain from my Computing course at college.

Starting to code a website

To start a website the first thing you need to write is < !DOCTYPE html > this says that you will be writing a document using HTML coding.

The next thing you need to do is add the < head > tag. This says that you are writing the title, or header. After you have written your title you need to close the tag, this is done like this, < /head >. This applies to almost all the tags I will mention. I'll remind you to end the ones which need ending and I'll also let you know which ones don't need ending.

Here's how you can make bold and italic text.

Here's how you can add an image:

Here's how to make a list: