久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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表格邊框顏色怎么設置

      table表格是網(wǎng)頁制作中以前較常使用的一種布局方式,但隨著DIV+CSS的興起,table表格已輝煌不在。但它在我們制作網(wǎng)頁中也是時有用到。table表格也可以使用DIV一樣隨意的設置它的邊框顏色。

      html表格邊框顏色怎么設置

      html表格邊框顏色怎么設置

      只需要給table添加bordercolor屬性就可以給表格設置邊框顏色了。

      推薦學習:html教程

      <table border="5"align="center"height="100"width="400"bordercolor="#CC0000">     <tr>         <td>1</td>         <td>2</td>     </tr>     <tr>         <td>1</td>         <td>2</td>     </tr> </table>

      效果:

      html表格邊框顏色怎么設置

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