简单教程
提交运行
代码编辑器:
<!DOCTYPE html> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> <iframe src="/static/media/html/demo_iframe.html" width="90%" frameborder="0" name="iframe_a"></iframe> <p><a href="https://www.twle.cn" target="iframe_a">简单教程</a></p> <p><b>注意:</b> 因为 a 标签的 target 属性是名为 iframe_a 的 iframe 框架,所以在点击链接时页面会显示在 iframe框架中</p>
运行结果: