本文由 DTcms素材网 – DT素材网 发布,转载请注明出处,如有问题请联系我们!frameset标签为什么无法显示?有什么解决方法
收藏 frameset标签为什么无法显示?相信有很多刚刚接触frameset标签的朋友都会有这样的疑问。本章就给大家介绍frameset标签为什么无法显示?有什么解决方法。有一定的参考价值,有需要的朋友可以参考一下,希望对你们有所帮助。
对于frameset标签,相信大家都不陌生,就是像表格一样将一个页面划分成好几个页面,如下图
把一个页面横着分成了三部分,各有各自的滚动条。
但是在显示上图之前,我试了很多方法,都无法正藏显示,搞得我很郁闷,后来才知道,这个标签不能放在<body>标签里。
我的代码如下:
<html> <frameset cols="25%,50%,25%"> <frame src="aaa.html"> <frame src="aaa.html"> <frame src="aaa.html"> </frameset> </html> www.2cto.com <html> <frameset cols="25%,50%,25%"> <frame src="aaa.html"> <frame src="aaa.html"> <frame src="aaa.html"> </frameset> </html>