<html>
<head>
<title>Link Tab Baru</title>
</head>
<body>
<h1>Di Bawah Ini Contoh Link New Tab</h1>
<a href="http://www.bacacoding.blogspot.co.id" target="_blank">Link Ke Blog Bacacoding</a><br>
<a href="http://www.google.com" target="_blank">Link Ke Gooogle</a><br>
<a href="http://www.wikipedia.com" target="_blank">Link Ke Wikipedia</a>
</body>
</html>