简单教程
提交运行
代码编辑器:
<iframe src="/static/media/html/demo_iframe.html" name="iframe_a"> <p>您的浏览器不支持 iframe 标签。</p> </iframe> <br/> <a href="https://www.twle.cn" target="iframe_a">twle.cn</a> <p><b>注意:</b> 因为连接的 target 属性 匹配了 ifrme 的 name 属性,所以链接点击后将显示在 ifram 中。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: