源代码:
<!DOCTYPE html> <html><head><meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head><body> <p><b>演示Iframe - 设置高度与宽度:</b></p> <iframe src="demo_iframe.htm" width="260" height="120"></iframe> <p>一些旧的浏览器不支持 iframe,如果浏览器不支持 iframes 则不会显示。</p> <p><b>演示Iframe - 移除边框:</b></p> <iframe src="http://www.fmpq.com/" width="260" height="120" frameborder="0"> <p>您的浏览器不支持 iframe 标签。</p> </iframe><hr> <p><b>演示使用iframe来显示目录链接页面:</b></p> <iframe src="demo_iframe.htm" name="iframe_a"></iframe> <p><a href="http://www.fmpq.com" target="iframe_a">fmpq.com</a></p> <p><b>注意:</b> 因为 a 标签的 target 属性是名为 iframe_a 的 iframe 框架,所以在点击链接时页面会显示在 iframe框架中。</p> </body> </html>
运行结果:
Fmpq工具