Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
  <base target="_blank">
</head>
<body>
<h1>The base target attribute</h1>
<p><a href="https://www.w3schools.com">W3Schools</a> - Notice that the link opens in a new window, even if it has no target="_blank" attribute. This is because the target attribute of the base element is set to "_blank".</p>
</body>
</html>