HTML列表-框架
<frameset frameborder="边框大小"
列cols="各窗口百分比,隔开"
行rows=“各窗口百分比”>
<frame name="给framename取名" src="html路径" noresize不允许再改变大小>
</frameset>
<frameset cols="按照列的百分比分割" rows=”按照行的百分百分割“></frameset>
all.html文件中不能带body
frame中有一个name属性,相当于给该frame取名
frame滚动条设置<frame scrolling=“#”> #为yes,no,auto(默认)
<frameset cols="50%,*" frameborder=0> <frame src="aa.html" noresize/> <frame src="bb.html" noresize/> </frameset>
<body bgcolor="yellow"> 周杰伦的歌 </body>
<body>歌词......</body>