<html>
<body>
<h1>iframe name 属性</h1>
<iframe src="/demo/iframe/iframe.html" name="iframe_a" width="600" height="400">
<p>您的浏览器不支持 iframe。</p>
</iframe>
<h2><a href="https://www.w3school.com.cn" target="iframe_a">W3School.com.cn</a></h2>
<p><b>注释:</b>由于链接的 target 与 iframe 的 name 匹配,因此链接将在 iframe 中打开。</p>
</body>
</html>