Introduction
Step 1 - how to begin
Step 2 - head
Step 3 - body
Step 4 - text
Step 5 - emphasizing text
Step 6 - using fonts
Step 7 - colours
Step 8 - headlines
Step 9 - horizontal rule
Step 10 - center
Step 11 - lists
Step 12 - images
Step 13 - adding links
Step 14 - forms
Step 15 - tables
Step 16 - frames
Step 17 - uploading the website
Step 18 - promoting the website
Step 19 - more Meta tags

What is CSS?
What is the W3C standard?


Step 1 - starting a HTML file

Firstly you're going to define in which language you're going to start programming. You do this as follows:

Type this in Notepad:


<HTML>
</HTML>



With <HTML> you start your document. With </HTML> you end your document. Anything that's written in between will be read as HTML by the browser.

Bookmark and Share