One-Hour HTML Tutorial

Introduction: What you will need

To create HTML pages, you will need the following:

  • A Browser (MS Internet Explorer, Netscape Navigator)
  • A Text Editor (MS NotePad, MS WordPad)

The process of creating an HTML is as follows:

  1. Type out each lesson (code) in NotePad.

  2. Save the lesson (file) with an .html extension.

  3. Then open the file up in MS Internet Explorer.

To edit an existing HTML page:

  1. Open the file up in MS Internet Explorer.

  2. Open the same file up in NotePad.

  3. Edit the file as desired.

  4. Save the file after making changes.

  5. Go back to MS IE and refresh page to see changes.

    NOTE: Right-click on page and click Refresh on menu.

TIP:
Right-click on page and click View Source to see code.

by Robert Dolores