Webbits

Absolutely basic navigation bar

The bar appears like:

Page one Page two Page three

This is pure HTML:

We've just got 3 link elements (lines 2,3 and 4). Link elements are inline, and can only appear (for valid HTML) inside block elements. So they've been placed inside a div.

Very simple - looks rubbish

back to webbits

Syntax highlighting by Alex Gorbatchev