<base href="">
Browser |
|
---|---|
Type |
The BASE element specifies the base URL for relative links.
This element is placed inside the HEAD element.
<base href="http://www.example.com/">
Attribute | Value | Explanation |
---|---|---|
href=" " | URL | the base location (absolute URL) |
The target attribute can be used with the BASE element.
<base href="http://www.example.com/" target="_blank">