Edit This Code:
<!DOCTYPE html>
<html>
<body>

<a href="index.html" target="_blank">Visit our HTML tutorial!</a>

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

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy