Home Affiliates Games, Pics, and More HTML Help Contact Me
-First off you need to go into the right program. If you have a PC go into the program called Notepad. If you have a Mac go into SimpleText.
-A web page is made up tags. For example to start Your web page type in <HTML> Then press return a few time and type in </HTML> This end your web page. -Now in between the two tags you just typed in, write <HEAD> press return a few times and then type </HEAD> This is where you title will go.

So far it should look like this.

<HTML> <HEAD> </HEAD> </HTML>

-Type something in between the HEAD tags and now you have your title. -It's time to get the body of your web page. Now type in

<BODY> in between the </HEAD> tag and the . Press return a few times and then type in </BODY> Type in the rest of your web page here. It should look like this:

<HTML> <HEAD> Your title here </HEAD> <BODY> This is where you type in everything in your web page! </BODY> </HTML>

-To look at what you have done so far go to file save as and save this document as index.html. Now go to your internet source and go to file open. Then click on browse and find your web page.
-Now have fun and look at the rest of my site to find tags to improve your web page!!!