Visit tutorialpro.org! ``` --- ## Browser"> Visit tutorialpro.org! ``` --- ## Browser" />
Easy Tutorial
❮ Att Menu Label Att Input Size ❯

HTML <a> Attribute

HTML <a> Tag

Example

The target attribute specifies where to open the linked document:

<a href="http://www.tutorialpro.org" target="_blank">Visit tutorialpro.org!</a>

Browser Support

All major browsers support the target attribute.


Definition and Usage

The target attribute of the <a> tag specifies where to open the linked document.


Syntax

Attribute Values

Value Description
_blank Opens the linked document in a new window or tab.
_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.

HTML <a> Tag

❮ Att Menu Label Att Input Size ❯