Activities

Getting Started.

Concepts: HTML language, source document, browser application
  1. To get started
  2. Editing an HTML source document.

HTML Basics

Concepts: HTML TAGS: header, list, label, reference link, HELPER APPS

  1. Getting used to TAGS. Note the HTML tags provided in the comments. Copy/Paste these as needed.
  2. Try the following on your own.

Helper Apps

Helper Applications (Apps) are platform dependent applications to handle the data structures (such as digitized movies) that the browser does not understand.

Notice how the collision video is launched by a click on the still image. The still image (gif) is displayed by the browser.

Advanced HTML and Linking

The sample document for this part is called SampleDoc1.html

Advanced HTML

Concepts: TABLES, inline images, cross-links between documents, links to Web sites

With Netscape browser open file: SampleDoc1.html

Examine the source text of this document and identify the following specific features:

FORMS

Concepts: browser - server interaction, INPUT and TEXTAREA fields, multiple choice forms, inline MENU’s