 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
· |
Similar
to the HTML <base> element
|
|
|
|
n |
Useful
for keeping URIs simpler and uniform.
|
|
|
· |
Applies
to relative URLs
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
<base
href="http://www.example.com/">
|
|
|
|
…</head>
|
|
|
|
<body>…
<a href="fig/mosquito.png">
|
|
|
· |
The
hrefs combine to make whole URI:
|
|
|
|
http://www.example.com/fig/mosquito.png
|