BASE TAG REVISITED

 

The <base> tag controls the actions of relative hyperlinks in the body of the document. Relative links within a document by default refer to the same server where the page is located. However, with the <base> tag you can define where the relative links refer to.

The <base> tag takes a single attribute, HREF, and looks like this:
<base href="http://theurl.com">

From now on every page where you place the <base> tag will make all of the relative links refer to the specified URL rather than the server on which the page is hosted.

 

Hosted by www.Geocities.ws

1