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 the presentation format for the document, and Javascript to define behaviors in response to user events.

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

References:

HTML5 Introduction - w3schools
Semantic Elements - w3shools
HTML5 - MDN
CSS - w3schools
CSS Selectors - w3shools
CSS - MDN
JavaScript tutorial - w3shools
JavaScript - MDN
Modern JavaScript Tutorial - JavaScript.info
JavaScript Classes - JavaScript.info