Getting Started

Let's Go!

This Fast Track demonstrates how to create the accessible, static Navigation section on the left side of this and each web page in this tutorial.

Scenario

There are times when we need to build a navigation tree stucture to accomodate a small document collection. There is no need to have this nav list expand or contract, so employing a Behavior layer (unobtrusive DOM/JavaScript) is not appropriate.

Objectives:

Each section of the navigation div container will be illustrated in its own Topic throughout this tutorial, containing its respective structure and presentation code.

Let's move to the Nav Container topic to get started.

top