|
Step 1 - Starting you off
To start off making your site open up notepad and copy and paste this code into it;
TITLE HERE
CONTENT GOES HERE
the text inside these < > are called tags for example <body> is the body tag.
Inside the title tags (where it says TITLE HERE) write the title of your page, this will show up at the top bar of the screen where the minamize, maxamize and close buttons are.
You put all your content eg. text, pictures etc. inside the body tags (where it says CONTENET GOES HERE).
Save this as index.html - this will be your homepage.
As you go on along you may want to veiw you page do to this make sure you've saved it and open up Internet Explorer(or whatever browser you use) and go to file > open click browse and open your index file. It will be blank to start off with but as you add more it will look at lot better.
|
|