Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2576709
  • 博文数量: 315
  • 博客积分: 3901
  • 博客等级: 少校
  • 技术积分: 3640
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-08 15:32
个人简介

知乎:https://www.zhihu.com/people/monkey.d.luffy Android高级开发交流群2: 752871516

文章分类

全部博文(315)

文章存档

2019年(2)

2018年(1)

2016年(7)

2015年(32)

2014年(39)

2013年(109)

2012年(81)

2011年(44)

分类: Web开发

2015-07-04 16:28:29





进阶: 点击左边,右边自动切换





<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>




各个文件:



阅读(1223) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~