Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
<h1>Hyperlink Example</h1>
<p>
This <a href="https://www.w3docs.com/" target="_blank">hyperlink</a> will open in a new tab.
</p>
</body>
</html>