<!DOCTYPE html>
<html>
<head>
<title>Contoh Hyperlink</title>
</head>
<body>
<p>Klik pada link berikut ini</p>
<a href = "https://mbahwp.com" target = "_blank">Buka di tab baru </a> |
<a href = "https://mbahwp.com" target = "_self">Buka di jendela yang sama </a> |
<a href = "https://mbahwp.com" target = "_parent">Buka di jendela induk </a> |
<a href = "https://mbahwp.com" target = "_top">Buka di halaman penuh</a>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.