First HTML Document

This document has been structured, styled, and given behavior in three seperate files:

This example demonstrates using HTML to establish document structure and content, using CSS to set presentation format for the document, and Javascript to define behaviors in response to user events.

Note that the example also demonstrates separation of these responsibilities into their own modules. This establishes two important characteristics for this document: