colgroup

<table border="1px" width="100%">
        <!-- 设置每一列样式 -->
        <colgroup>
            <col style="background-color: green;">
            <!-- 横跨两列设置背景 -->
            <col span="2" style="background-color:red">
            <!-- 第四列设置背景 -->
            <col style="background-color:yellow">
        </colgroup>
        <tr>
            <th >网站</th>
            <th>网址</th>
            <th>评分</th>
            <th>评分</th>
        </tr>
        <tr >
            <td align="center">评分</td>
            <td>阿西河前端教程</td>
            <td>www.axihe.com</td>
            <td>100分</td>
        </tr>
    </table>

colgroup

上一篇:django中函数之间的关系


下一篇:MyCat配置文件详解--sequence配置