_self | Default. Opens the link in the same frame as it was clicked |
<!DOCTYPE html>
<html>
<head>
<base target="_self">
</head>
<body>
<h1>The base target attribute</h1>
<p><a href="https://horje.com">Horje.com</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 "_self".</p>
</body>
</html>
Type: | html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |