Il tag <base /> definisce l'url base per i link della pagina
Esempio
<head>
<base href="http://www.morpheusweb.it/html/" />
</head>
<a href="scripts/asp.asp">link</a>
punta in realtà a http://www.morpheusweb.it/html/scripts/asp.asp
e non a http://www.morpheusweb.it/scripts/asp.asp come ci si aspetterebbe
Attributi
| Attributo |
Descrizione |
| href |
L'url base |
| target |
Dove verrà aperto il link
può assumere uno di questi valori
_blank
_parent
_self
_top
nome_frame
(Valido solo per XHTML Frameset) |