<!DOCTYPE html>
<html>
<body>
<h1>The iframe name attribute</h1>
<iframe src="https://horje.com/learn/683/what-is-html-iframe-tag" name="iframe_a">
<p>Your browser does not support iframes.</p>
</iframe>
<a href="https://horje.com" target="iframe_a">Horje.com</a>
<p><b>Note:</b> Because the target of the link matches the name of the iframe, the link will open in the iframe.</p>
</body>
</html>