This page was designed to help new GeoCitizens get their home pages
up and running. A basic understanding of HTML is a must. If you don't
have a clue what I'm talking about visit
A Beginner's Guide to HTML. It's a good primer to get you started.
HTML is a very easy mark-up language that allows you to add personality and
functionality to a plain text document. The HTML "tags" are extremely user
friendly. Once you have read A Beginner's Guide to HTML it would be a good
idea to print it so it would be readily available for referencing.
Your next stop would be
The HTML Goodies Domain. Dr Joe Burns gives
a step by step tutorial on how to make a web page. He leaves little room
for questions. He also covers some more advanced HTML so make sure to
bookmark the page for future references.
With that out of the way, you should have a basic understanding of
HTML. You should know that every HTML document should have:
<HTML>
<HEAD>
<TITLE>This shows in the top of the browser window</TITLE>
</HEAD>
<BODY>
<P>Your ideas and links can in this paragraph.</P>
<P>You can have another paragraph here.</P>
</BODY>
</HTML>
If you want to work on your page at home and you don't have access to
the Internet whenever you want, you can work on this using Word-pad.
Select File/New/Text Only and you're there. Once you've got the basic
tags like those above you can save it by using Save As... index.html. You
need to make sure to add the extension html. That's what tells your
computer that it's an Internet document and tells it what to open it with.
Just as important, make sure you name it index because that's what tells
GeoCities that you want that page to be shown first. If there wasn't a
keyword such as index then the GeoCities computer would have no idea which file
to show first when somebody comes to see your awesome site.