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



Single Articles
Example of HTML Links HTML Basic
Definition of HTML Text Link HTML Basic
HTML Links - The target Attribute HTML Basic
Absolute URLs vs. Relative URLs HTML Basic
HTML Links - Use an Image as a Link HTML Basic
HTML Link to an Email Address HTML Basic
HTML Button as a Link HTML Basic
HTML Link Titles HTML Basic
HTML Absolute URLs HTML Basic
HTML Relative URLs HTML Basic
Chapter Summary of HTML Links HTML Basic


Related Articles
HTML Documents HTML Basic
HTML <!DOCTYPE> Declaration HTML Basic
HTML Headings HTML Basic
HTML Paragraphs HTML Basic
HTML Text Links HTML Basic
HTML Images HTML Basic
How to View HTML Source HTML Basic

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