HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Links

<A> Element

Category: Links
Period: HTML 1 / HTML 2.0
Status: core

Description

Creates a hyperlink or a named anchor.

Syntax

<A HREF="page.html">link text</A>

Attributes

HREF, NAME, TITLE, REL, REV, URN, METHODS. HREF and NAME were the everyday attributes.

Usage Guidelines

Common Mistakes

Example Code

<A HREF="../index.html">Home</A>
<A NAME="syntax">Syntax section</A>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.