<!DOCTYPE html>
<html>
<head>
<title>Contoh Hyperlink</title>
<base href = "https://mbahwp.com /">
</head>
<body>
<p>Klik pada link berikut ini</p>
<a href = " /category/coding/html/ " target = "_blank">Kategori HTML di Mbah WP</a> |
<a href = " /category/coding/html/ " target = "_self">Kategori HTML di Mbah WP</a> |
<a href = " /category/coding/html/ " target = "_parent">Kategori HTML di Mbah WP</a> |
<a href = " /category/coding/html/ " target = "_top">Kategori HTML di Mbah WP</a>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.