Notes for using (X)HTML anchors (<a> elements)

The number one instrument for linking to other pages and files is the anchor (<a>) element.

Anchors are inline elements.

By default, browsers usually display anchor elements underlined and in a color other than black. You may notice that this color varies depending on whether the anchor has been visited (ie. it links to a resource that your browser has already loaded) or whether the mouse is clicking on the anchor.

A few rules and tips when using headers...