码迷,mamicode.com
首页 > 其他好文 > 详细

border边框设置为1px

时间:2017-12-25 11:37:01      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:round   utf-8   tab   htm   表示   type   color   oct   charset   

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style type="text/css">
            table{
                width:600px;
                border-collapse: collapse; /*表示边框合并在一起。*/
            }
        </style>
    </head>
    <body>
        <table border="1">
            <tr>
                <th>Header</th>
                <th>Header</th>
                <th>Header</th>
                <th>Header</th>
            </tr>
            <tr>
                <td>Data</td>
                <td>Data</td>
                <td>Data</td>
                <td>Data</td>
            </tr>
            <tr>
                <td>Data</td>
                <td>Data</td>
                <td>Data</td>
                <td>Data</td>
            </tr>
        </table>
    </body>
</html>

 

border边框设置为1px

标签:round   utf-8   tab   htm   表示   type   color   oct   charset   

原文地址:http://www.cnblogs.com/chenzhiyu/p/8108039.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!