进阶: 点击左边,右边自动切换
<html>
<head>
<title>有序或无序列表</title>
</head>
<body>
<ul type="circle" >
<li>传奇</li>
<li>Dota</li>
<li>LOL</li>
</ul>
<ol type="A" start="2" style="font-size:20px">
<li><font color="red"><a href="right_chuanqi.html" target="right_page">传奇</a></font></li>
<li><font color="blue" ><a href="right_dota.html" target="right_page">DOTA</a></font></li>
<li><font color="green"><a href="right_lol.html"target="right_page">LOL</a></font></li>
</ol>
</body>
</html>
target ------> <frame src="menu.html" name="right_page"/>
<frameset rows="15%, *">
<frame src="top.html" scrolling="no"/>
<frameset cols="50%, 50%" frameborder="1">
<frame src="list.html" noresize/>
<frame src="menu.html" name="right_page"/>
</frameset>
</frameset>
各个文件:
阅读(1252) | 评论(0) | 转发(0) |