 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
· |
In
HTML, many things are combined:
|
|
|
<a
href="eg.org/foo">wow</a>
|
|
|
· |
Technically:
|
|
|
|
n |
"eg.org/foo"
is a pointer (namely a URI)
|
|
|
|
n |
The
abstract connection itself is the link
|
|
|
|
n |
The
<a> element is a link representation
|
|
|
|
n |
"wow"
is the local anchor
|
|
|
|
• |
Anchors
are also called link-ends
|
|
|
|
n |
Data
at eg.org is the remote anchor
|
|
|
|
n |
HTML
specifies the link behavior
|
|