码迷,mamicode.com
首页 > Web开发 > 详细

html与css随记

时间:2017-06-30 17:13:31      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:bsp   class   blog   logs   html   style   css   pre   span   

(1)表格形式:

<table>
    <thead>
        <tr>
            <th>1</th>
            <th>1</th>
            <th>1</th>
            <th>1</th>
        </tr>
    </thead>
    <tbody>
    <tr>
            <th>2</th>
            <th>2</th>
            <th>2</th>
            <th>2</th>
    </tr>
    <tr>
            <th>3</th>
            <th>3</th>
            <th>3</th>
            <th>3</th>
    </tr>
    <tr>
            <th>4</th>
            <th>4</th>
            <th>4</th>
            <th>4</th>
    </tr>
    </tbody>
</table>

 

html与css随记

标签:bsp   class   blog   logs   html   style   css   pre   span   

原文地址:http://www.cnblogs.com/cdx19971126/p/7099377.html

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