有关html框架代码的问题

来源:百度知道 编辑:UC知道 时间:2024/05/22 03:48:53
这个是我用记事本编的一个框架的小程序,不知怎么就是运行不过去.会的帮忙解决一下吧.先谢了.
<html>
<head>
<title>框架的网页</title>
</head>
<body>
<frameset rows="%30,*" frameborder="yes" border="2" bordercolor=red>
<frame src="http://www.baidu.com" name="aaa" frameborder="yes" scrolling=auto>
</frameset>
<frameset cols="%40,*" frameborder="yes" border="2" bordercolor=red>
<frame src="http://www.tudou.com" name="bbb" frameset=yes scrolling=auto>
<frame src="http://www.yahoo.com" name="ccc" frameset=yes scrolling=auto>
</frameset>
<

应该这样写:
<html>
<head>
<title>框架的网页</title>
</head>
<frameset rows="%30,*" frameborder="yes" border="2" bordercolor=red>
<frame src="http://www.baidu.com" name="aaa" frameborder="yes" scrolling=auto>
<frameset cols="%40,*" frameborder="yes" border="2" bordercolor=red>
<frame src="http://www.tudou.com" name="bbb" frameset=yes scrolling=auto>
<frame src="http://www.yahoo.com" name="ccc" frameset=yes scrolling=auto>
</frameset>
</frameset>

<noframes><body>不支持啊</body></nof