Website Building - HTML Tutorial
Thank you for deciding to try out my tutorial. Hopefully it will give you a taste of what is to come.
It is neither brilliant nor terribly out of date and will hopefully help you in your path to becoming
a good website programmer.
My tutorial is very short but should help you to set up your first page and gain some satisfaction from it. It is not too
complicated and deals with the important aspects of HTML.
I hope you find this tutorial useful even though you may not find it perfect or able to answer your every question.
The Basics
There is a basic structure of webites that always applies whoever builds it. I have displayed it below.
Example 1:
Title of page
It is important to understand that every tag which is opened must be closed.
Opening tags:
Closing tags:
Please notice in Example 1 how each set of tags is a sandwich and how every tag which is opened must be closed.
Please write out or if you're lazy, copy and paste example 2 into a new notepad document (I do NOT recommend Frontpage at all, it is an inefficient, slow and a poor way to build sites.)
Example 2:
The Wigoder Website (Change this!)
Welcome
This page will be amazing!
Please save it as 'index.html' (If you know how put it in a new folder, otherwise My Documents will do fine.) Now load it up in Internet Explorer (File>Open>Browse) and look at and admire your work!
Now for some more tags:
- Inserts a line break. E.g.: Line 1 Line 2
- Place around the text you want to underline
- Place around the text you want to make italic
- Place around the text you want to make bold
- Sets font
There are loads of html tags, for a complete list click here.
Most websites have more than one page, to do this, they link between each other. I am now going to teach you how to link between pages.
Click here to go to page 2.
Or
Visit this cool site!
There are often many images, to insert and image use the following code:
Or
Or
OR
Using more colours
You do not have to stick with the red, yellow, green, blue, aqua, magenta set of colours. You can have any colour you like!
Murkey Brown Text
Because you are obviously not going to memorize hundreds of 6 digit codes I have a very helpful tool here. You can use these colour codes
for everything, backgrounds, fonts and even text boxes.
Congratulations! You have successfully completed this tutorial. Hopefully you have understood most of what we have covered.
If you would like to learn more and you are really ambitious take a look at my Javascript tutorial.
← ← Website Building Home ← ←
|