<!DOCTYPE html>
<html>
<head>
<title>HTML Bağlantıyı Iframe İçerisinde Açtırma</title>
<meta charset="UTF-8">
</head>
<body>
<p>
Prototürk'ü açmak için <a href="https://prototurk.com" target="browser">tıklayın!</a>
</p>
<iframe name="browser" width="600" height="300"></iframe>
</body>
</html>