知识屋:更实用的电脑技术知识网站
所在位置:首页 > 编程技术  > HTML教程

HTML元素 - frame

发表时间:2015-04-21来源:网络

定义

在 FRAMESET 元素内表示单个框架。

Specifies an individual frame within a FRAMESET element.

注释

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

此元素是一个块元素。

此元素不需要关闭标签。

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

This element is a block element.

This element does not require a closing tag.

示例代码

<html> <frameset cols="25%,50%,25%"> <framesrc="/asdocs/html_tutorials/Frame_a.html"> <frame src="/asdocs/html_tutorials/Frame_b.html"> <frame src="/asdocs/html_tutorials/Frame_c.html"> </frameset> </html>
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜