« asp自定义函数:截取指定长度的字符串模糊、统计、网状、演绎数据库内容小结 »

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://
原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。