BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <iframe name="iframe_a" src="demo_iframe.htm"> <p>您的浏览器不支持 iframe 标签。</p> </iframe> <a href="http://www.bootwiki.com" target="iframe_a">bootwiki.com</a> <p><b>注意:</b> 因为连接的 target 属性 匹配了 ifrme 的 name 属性,所以链接点击后将显示在 ifram 中。</p> </body> </html>
运行结果