elenat82
9/28/2015 - 12:40 PM

il tag <base>.html

<head>
  <base href="http://www.esempio.it/">
</head>
<body>
<!-- la destinazione del link seguente sarà <base> + percorso relativo = http://www.esempio.it/contatti.html -->
    <p>Visita la pagina <a href="contatti.html">contatti</a>.</p>
</body>