Horje

How to use The target attribute specifies where to open the linked document - HTML target Attribute

A Example. The a target attribute. Open link in a new window or tab.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The a target attribute</h1>

<p>Open link in a new window or tab: <a href="https://horje.com" target="_blank">Visit Horje!</a></p>

</body>
</html>

Output should be:

How to use The target attribute specifies where to open the linked document - HTML target Attribute




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