Site hosted by Angelfire.com: Build your free website today!
So.. you want to build a website. Well, heres how you start off....



1) Get to a website that can offer you a place to build a website.(i.e. Angelfire, Lycos, Geocities, etc.)

2) Go to "build a website" and follow the instructions and how to get you signed up.

3) Next,you have to open the html, to open the html, you type in <html>, press enter.

4) Now that you opened html, you have to open the head, so you open it by putting <head>. After you do that press enter and start to put the title. For the title you put <title>PUT YOUR TEXT HERE</title>. After you enter that into your text, press enter and close the head. (</head>)Press enter.

5) Now that you have finished the head of your website, you have to start the body of it. Open the body by putting <body>.Press enter.

6) You've opened the body now. Now if you want to get the background or text a certian color, heres what you gotta do. First open it up by putting <body bgcolor="# OF COLOR CODE HERE" text="# OF COLOR CODE HERE">(You can also just use the color name)Press enter.

7) So,now you can start to type the body of your web page. Just type away......

8) Now, lets say you want a picture in your website. In order for you to do that, you need to upload a picture to your editor (for example, for Angelfire, you would go to browse, pick the picture you want to put in, and press upload). Then, you got to do all the fancy stuff, put in <img src="TEXT.gif">Press enter.(You can put a picture anywhere in your website, it just has to be in the body.

9) Since you have your text and your picture, you can either keep typing what you want, your do some more fancy stuff. Fore example, you can do a scrolling marquee. For the marquee, your going to type <marquee>TEXT</marquee>.Press enter. If you want to make a link, you have to go <a href=URL OF WEBSITE>TEXT HERE</a>, and ofcourse press enter. (The link, marquee, and the table can go anywhere in the body!)

10) If you want to make a table, you basically <table>Press enter.<tr> <td>TEXT</td><td>TEXT</td></tr>Press enter.</table>

11) Okay, so basically your done with your website, now all you got to do is close the body </body>, press enter, and close the html, </html>,


<html>
<head>
<title>PUT YOUR TEXT HERE</title>.
</head>

<body>
<body bgcolor="# OF COLOR CODE HERE" text="# OF COLOR CODE HERE">
TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT.
<img src="TEXT.gif">
<marquee>TEXT TEXT TEXT</marquee> Look what you can do with html!
<a href=URL OF WEBSITE>TEXT HERE</a>
You can go to different pages
<table>
<tr> <td>TEXT</td><td>TEXT</td></td>
<tr> <td>TEXT</td><td>TEXT</td></tr>
</table>
TEXTTEXT
TEXTTEXT

</body>
</html>


*~Here are some html help sites:~*
Funkychickens!
Webmonkey!
HelpCentral