---
layout: single
elementName: base
---
Defines the base URL for all relative links of a web page. Should be placed in the
Example:
Copy
Defines the base target of all links of the web page. You can pass an absolute URL. Defines in which tab or window the links of the web pages will show up. Opens in a new browsing context, which is usually a new tab. Opens in the current tab. Opens in the parent browsing context, or Opens in the top browsing context, or
#
base
<head>.
href
"{{site.url}}"
target
"_blank"
"_self"
"_parent"
_self is there is none.
"_top"
_self is there is none.