HTML元素:iframe_脚本HTML教程-查字典教程网
HTML元素:iframe
HTML元素:iframe
发布时间:2015-05-12 来源:查字典编辑
摘要:定义创建内嵌漂浮框架。Createsinlinefloatingframes.注释IFRAME元素的作用相当于在一个文档中嵌入另一个文档,或...

 定义

创建内嵌漂浮框架。

Creates inline floating frames.

注释

IFRAME 元素的作用相当于在一个文档中嵌入另一个文档,或者像一个漂浮的 FRAME。

此元素在 Internet Explorer 4.0 及以上版本的 HTML 和脚本中可用。

此元素是一个块元素。

此元素需要关闭标签。

The IFRAME element functions as a document within a document, or like a floating FRAME.

This element is available in HTML and script as of Internet Explorer 4.0.

This element is a block element.

This element requires a closing tag.

示例代码

<html> <body> <p>这个 HTML 文档中使用 IFRAME 来显示另外一个叫Frame_a.html 的网页。</p> <iframe src="../asdocs/html_tutorials/Frame_a.html"></iframe> </body> </html> 

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新脚本HTML教程学习
    热门脚本HTML教程学习
    网页设计子分类