|
Link
Element
|
Anchor
Tag
|
| Clickable
hypertext link pointing to another HTML document or other type of
file (such as a sound file or movie file |
<A
HREF="filename">Active text</A> |
| Hypertext
link pointing to a named anchor in this same document |
<A
HREF="#name">Active text</A> |
| Link
pointing to a named anchor in another HTML document |
<A
HREF="filename#name">Active text</A> |
| Named
anchor point |
<A
NAME="name">Active text</A> |
| Combined
link and anchor |
<A
HREF="filename" NAME="name">Active text</A>
|
| Clickable
image link |
<A
HREF="filename"><IMG SRC="button-.qraphic"></A>
|