background image

       

<thead>

        

<tr >

        

<th>#</th>

        

<th>Firstname</th>

        

<th>Lastname</th>

        

<th>Phone</th>

        

<th>QQ</th>

        

</tr>

       

</thead>

      

<tbody>

       

<tr 

class

="error">

       

<td rowspan="2">1</td>

       

<td>qian</td>

       

<td>shou</td>

       

<td>11111111111</td>

       

<td>111111111</td>

       

</tr> <tr 

class

="warning">

       

<td>qian</td>

       

<td>shou</td>

       

<td>11111111111</td>

       

<td>111111111</td>

       

</tr> <tr 

class

="info"> <td>3</td>

       

<td>qian</td>

       

<td>shou</td>

       

<td>11111111111</td>

       

<td>111111111</td>

       

</tr> <tr 

class

="success"> <td>4</td>

       

<td>qian</td>

       

<td>shou</td>

       

<td>11111111111</td>

       

<td>111111111</td>

       

</tr> 

      

</tbody>

</table>
 
 
 
3.合并左右的单元格(colspan)
示例代码:

 

复制代码 代码如下:
 
<table 

class

="table table-condensed table-bordered">

  

<caption 

class

="text-center">信息统计表</caption>