How to make your own homepage

My guide to HTML

All you need is:

  1. An editor like DOS edit or Windows notebook.

  2. A knowledge of HTML (gain it by reading this page).

  3. Netscape or another program that can interpret HTML.

Open your editor and type in some of the commands below. Save your file with the extention of .htm.

To View your file, go to Netscape or HTML reader and goto File and Open File. Find your file and double click on it. You will now see your page!

Commands


Sample Homepage in HTML code

[This makes the background color black and the writing yellow.]

How to make your own homepage

This is a large heading

This is in completely normal text. This is in bold and this is in italics

This is a different paragraph seperated by the 1st paragraph by the "p" in brackets. You can also link to other pages and make words blink using HTML.

Here is a smaller heading

Here is a list with big dots beside them. It is called a bulleted, or unnumbered list.

Here is a numbered list. I dont type in the numbers myself, they are added automatically.

  1. Item 1

  2. Item 2

  3. Item 3

This is an inline image. Steal it if you want.

To view what the code above looks like compiled, go onto the next section.


Sample homepage compiled

This is a large heading

This is in completely normal text. This is in bold and this is in italics

This is a different paragraph seperated by the 1st paragraph by the "p" in brackets. You can also link to other pages and make words blink using HTML. Here is a list with big dots beside them. It is called a bulleted, or unnumbered list.

Here is a numbered list. I dont type in the numbers myself, they are added automatically.

  1. Item 1
  2. Item 2
  3. Item 3
This is an inline image. Steal it if you want

Putting your homepage on the World Wide Web!

Click on the image above (left click) and it will take you to Geocities where you can follow the instructions there to submit your page!