The <base>
tag can be used to alter all the links and images on the page. It also adds the ability to specify a default target
for links. For example:
<head>
<base href="https://example.com/" target="_blank">
</head>
<base href="https://example.com/" target="_blank">
</head>