example:
- Code: Select all
<html>
<head>
<title>Base URL example</title>
<base href="http://www.GeoSourceCode.com" />
</head>
<body>
<a href="http://www.GeoSourceCode.com/page1.html">Page 1 Link</a>
<br><br><br>
<a href="page2.html">Page 2 Link</a>
<br><br><br>
Both are treated as absolute links.
</body>
</html>