Tags Reference
Defines a default address or a default target for all links on a page
<head>
<base href="http://www.leakbali.com/images/" />
<base target="_blank" />
</head>
<body>
<a href="http://www.leakbali.com">Leakbali</a>
</body>
The <base> tag specifies a default address or a default target for all links on a page. The <base> tag goes inside the head element.