HTML------学习笔记

一。关于frame布局方式:

     

<span style="font-size:14px;"><frameset rows="20%,*" frameborder="no">
     <frame name="topFrame" bordercolor="green"/>
     <frameset>
       <frame name="bottomFrame" bordercolor="red"/>
     </frameset>
  </frameset>
  
  <body>
    <noframes>
     <p>sorry,the browse can't locad the frameset!<br></p>
    </noframes>
  </body></span>

首先注意的是,frameset不能再body里面使用,只能在body标签里面使用。而且需要在body里面说明,如果浏览器不支持怎么办!

其次,可以设置上面每个部分占得比重,利用rows,也可以设置左右之分,利用cols。、

 

 

二。关于连接的部分;

     1.如何设置连接不带下划线,以及设置连接的颜色和下划线:

        <style>

             a{
            text-decoration: NONE}
        </style>

    至于连接的颜色,可以直接修改字体的风格:

  <a href="连接地址" ><font color="white" size="5">这是一个连接</font></a>

 

  或者直接写一个css样式:

a{text-decoration: none;color:#874604;}
a:link {cursor:hand;text-decoration:none;color:red}
a:hover{color:#179117;font-weight: bold;}
a:active{cursor:hand;text-decoration:none;font-decoration:underline;color:#ff9900}

 


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值