久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      html怎么去除下劃線

      html去除下劃線的方法:1、通過“a{text-decoration: none;}”設(shè)置a標(biāo)簽的默認(rèn)狀態(tài)去除下劃線;2、通過“a:visited{text-decoration: none;}”設(shè)置a標(biāo)簽的訪問過后的狀態(tài)去除下劃線等等。

      html怎么去除下劃線

      本文操作環(huán)境:windows7系統(tǒng)、HTML5&&CSS3版,DELL G3電腦

      HTML a標(biāo)簽去除下劃線

      a{text-decoration: none;} //這個是設(shè)置a標(biāo)簽的默認(rèn)狀態(tài)去除下劃線

      a:visited{text-decoration: none;} //這個是設(shè)置a標(biāo)簽的訪問過后的狀態(tài)去除下劃線

      a:hover {text-decoration: none;} //這個是設(shè)置a標(biāo)簽的鼠標(biāo)覆蓋狀態(tài)去除下劃線

      a:active{text-decoration:none;} //這個是設(shè)置a標(biāo)簽的活躍狀態(tài)去除下劃線

      推薦學(xué)習(xí):《HTML視頻教程》

      贊(0)
      分享到: 更多 (0)
      ?
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號