![]() |
VOOZH | about |
The HTML <base> tag is used to specify a base URL, or target, for relative links. This URL will be the base URL for every link on the page and will be prefixed before each of them. For example, if the URL specified by the base tag is "www.xyz.com" then every other URL on the page will be prefixed by, "www.xyz.com/".
<base href = "SAMPLE_URL">