久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      html表格邊框顏色怎么設(shè)置

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

      html表格邊框顏色怎么設(shè)置

      html表格邊框顏色怎么設(shè)置

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

      推薦學(xué)習(xí):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表格邊框顏色怎么設(shè)置

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