Easy Tutorial
❮ Att Input Width Att Global Dropzone ❯

HTML <link> target Attribute

HTML <link> Tag

Example

In the following example, the linked document will be loaded in a new window:


Browser Support

Note: Almost no major browsers support the target attribute.


Definition and Usage

The target attribute specifies in which window or frame to load the linked document.


Syntax

Attribute Values

Value Description
_blank Opens the linked document in a new window.
_self Default. Opens the linked document in the same frame.
_parent Opens the linked document in the parent frame set.
_top Opens the linked document in the full body of the window.
framename Opens the linked document in a named frame.

❮ Att Input Width Att Global Dropzone ❯