CSS給Table加線

來源:互聯網
上載者:User

<style type="text/css">
.stats {
    width: 480px;
    border-collapse:collapse;       /* 表格相鄰邊合并*/
    }
.stats td {
               border: 1px #000 solid;
               }

</style>

 

<body>
<table class="stats">
   <tr>
      <td colspan="7">These stats here are good</td>
   </tr>
   <tr>
       <td>The thing</td>
       <td>10.0</td>
       <td>9.8</td>
       <td>6.7</td>
       <td>10.0</td>
       <td>9.8</td>
       <td>6.7</td>
   </tr>
<tr>
       <td>The thing</td>
       <td>10.0</td>
       <td>9.8</td>
       <td>6.7</td>
       <td>10.0</td>
       <td>9.8</td>
       <td>6.7</td>
</tr>
</table>
</body>

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.