<html>
<body>
<h2>Iframe - Target for a Link</h2>
<iframe height="300px" width="100%" src="demo_iframe.html" name="iframe_a"></iframe>
<p><a href="../index.html" target="iframe_a">W3Schools.com</a></p>
<p>When the target of a link matches the name of an iframe, the link will open in the iframe.</p>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_iframe_target by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:14:16 GMT -->
</html>