Horje

HTML Links - The target Attribute

By default, the linked page will be displayed in the current browser window. To change this, you must specify another target for the link.

The target attribute specifies where to open the linked document.

The target attribute can have one of the following values:

index.html
Example: HTML
<a href="https://horje.com" target="_blank">Visit Horje!</a>

Output should be:

HTML Links - The target Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Basic
Uploaded by:
Admin