Horje

Full Example of HTML Links The target Attribute

Use target="_blank" to open the linked document in a new browser window or tab:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>The target Attribute</h2>

<a href="https://itupto.com/" target="_blank">Visit Itupto!</a> 

<p>If target="_blank", the link will open in a new browser window or tab.</p>

</body>
</html>

Output should be:

Full Example of HTML Links The target Attribute




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