..<base href="http://go/bla">
..
..<a href="#foo">FooBar</a>
..<a name="foo">This anchor and no others!</a>
http://www.w3.org/hypertext/WWW/MarkUp/html-spec/html-spec_7.html#SEC65
Fri Aug 4 17:53:04 1995
| Accessing Resources
|
| Once the address of the head anchor is determined, the user agent may
| obtain a representation of the resource, for example as in [URL].
|
| For example, if the base URI is `http://host/x/y.html' and the
| document contains:
|
| <img src="../icons/abc.gif">
|
| then the user agent uses the URI `http://host/icons/abc.gif' to access
| the resource linked from the IMG element.
|
| If the URI in the address of the head anchor is the same as the base
| URI, then the base document is sufficient as a representation of the
| resource. A user agent must not, for example, use any network
| information retrieval protocols to obtain a new representation of the
| resourse.
|
Dave Hollander