您的位置:首页 > Web前端 > CSS

HTML之table样式集锦

2016-06-07 09:54 489 查看
<table border="1">

    <tr>

            <td width="95" align="right" valign="top" nowrap="nowrap"><strong>处理意见:</strong></td>    

            <td id="fnote"  width="300px" colspan="8"> </td>                    

    </tr>

    <tr>

            <td><a href="#" onclick="showad()">审批记录</a></td>

    </tr>                

</table>

  width: 列的宽度

  align: 单元格内容水平排列方式:right left center

 valign: 单元格内容垂直排列方式: top bottom middle baseline

colspan: 单元格可跨越的列数

rowspan: 单元格可跨越的行数

rowspan=3 tr

 nowrap:规定单元格中的内容是否折行

 <hr> 实线  hr是html5的标签
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  html