_parent | Opens the link in the parent frame |
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<base target="_parent">
</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 "_parent".</p>
</body>
</html>
How to use HTML <base> Tag | HTML Tag |
What Audio Format and Browser will Support for HTML <base> Tag | HTML Tag |
Attributes for HTML <base> Tag | HTML Tag |
How to add HTML <base> href Attribute | HTML Tag |
How to add HTML <base> target Attribute | HTML Tag |
How to add HTML <base> target _blank Attribute | HTML Tag |
How to add HTML <base> target _self Attribute | HTML Tag |
How to add HTML <base> target _parent Attribute | HTML Tag |
How to add HTML <base> target _top Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |