<html lang="en">
<head>
<title>HTML Anchor Target Attribute</title>
</head>
<body>
<h2>HTML Anchor Target Attribute</h2>
<a href="../html-anchor/" target="_blank" rel="noopener noreferrer">HTML anchor tutorial</a><br>
<a href="../html-anchor/" target="_self" rel="noopener noreferrer">HTML anchor tutorial</a><br>
<a href="../html-anchor/" target="_parent" rel="noopener noreferrer">HTML anchor tutorial</a><br>
<a href="../html-anchor/" target="_top" rel="noopener noreferrer">HTML anchor tutorial</a>
</body>
</html>