BlaBla.cn

HTML元素 - frame

定义

在 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%">

<frame src="http://www.blabla.cn/asdocs/html_tutorials/Frame_a.html">

<frame src="http://www.blabla.cn/asdocs/html_tutorials/Frame_b.html">

<frame src="http://www.blabla.cn/asdocs/html_tutorials/Frame_c.html">

</frameset>

</html>

另见

frameSet

相关教程和示例代码

HTML框架

 
作者或编者:布啦布啦   最近更新日期:2007-04-23
参考来源:www.BlaBla.cn 布啦布啦网页教程与代码

© 2005-2008 BlaBla.cn 版权所有