Howdy

 My First Home Page


This is an example of simple home page. This home page demonstrates the following things about the HTML (Hypertext Markup Language). HTML is used to create WWW ("Web pages") that can be used on the Internet (through a browser like Netscape or Microsofts 'Explorer'.

This page demonstrates the following HTML items:

  1. Use of the "HEAD" codes. These are used to place a heading in the top of the Netscape home page.
  2. Use of the HTML headings "H1...H7 codes. These are used to create headings with large fonts on home pages. "H1" shows the largest font...while "H7" shows the smallest font.
  3. Use of the "P" code. This is used to separate paragraphs. It places a blank line between paragraphs.
  4. Use of the " HR size=n " where n= 1...8. This creates a line between sections.
  5. Use of the " BODY " code. This is used at the beginning of the HTML document and at the end. It shows the start and stop of the HTML. It comes after the " HEAD and TITLE "
  6. Use of the " strong " code. This makes the characters between these codes bold.
  7. Use of the "font size=n" where n=-2 thru +2. This increases the size of the font.
  8. Use of the "center" code. This centers sections of your document.
  9. Use of the Anchor code "A HREF=a URL somewhere in the internet". This code allows you to use the hypertext facility. It lets the program jump to another part of the WWW.
  10. Use of the "ol...li" codes which allow you to create numbered lists as shown on this page.
  11. Use of the "IMG SRC" code which lets you place a picture, sound or movie in your homepage.

This points to Mr. Wachner's home page for Gakushuin University