2021-01-22

(21)无序列表
type:序列样式
<ul type="disc">
  <li>咖啡</li>
  <li></li>
  <li>牛奶</li>
</ul>

(22)有序列表
start:50开始排列
<ol start="50">
  <li>咖啡</li>
  <li>牛奶</li>
  <li></li>
</ol>

(23)span标签
<html>
<head>
<style>
span.zyd {
    color:red;
}
</style>
</head>
<body>
<h1>我的<span class="zyd">重要的</span>标题</h1>
</body>
</html>

3.可拖动的边框(如果想使某个框架固定不变 不可拖动, 可加语句 noresize=“noresize”)

(24)垂直框架
<frameset cols="25%,50%,25%">

  <frame src="/example/html/frame_a.html">
  <frame src="/example/html/frame_b.html">
  <frame src="/example/html/frame_c.html">

</frameset>25)水平框架
<frameset rows="25%,50%,25%">

  <frame src="/example/html/frame_a.html">
  <frame src="/example/html/frame_b.html">
  <frame src="/example/html/frame_c.html">

</frameset>

(26)混合框架
<frameset rows="25%,25%,50%">

<--!第一行占25%-->
<frame src="/example/html/frame_a.html">
<--!第二行占25%-->
<frame src="/example/html/frame_a.html">
<--!第三行占50%,分两列-->
<frameset cols="25%,75%">
<frame src="/example/html/frame_b.html">
<frame src="/example/html/frame_c.html">
</frameset>

</frameset>27)导航框架
本例演示如何制作导航框架。导航框架包含一个将第二个框架作为目标的链接列表。名为 "contents.htm" 的文件包含三个链接。
<frameset cols="120,*">
   <--!导航栏部分:里面含有三个链接,存在于html_contents.html中-->
  <frame src="/example/html/html_contents.html">
  <--!导航栏链接的展示部分-->
  <frame src="/example/html/frame_a.html" name="showframe">
</frameset>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值