'colspan' Example : colspan « HTML Attributes Reference « HTML CSS Reference






'colspan' Example

    
<HTML>
<head><Title>Example For colspan</Title></head>
<BODY>
<table bgcolor="white" width="593" border="1">
   <tr>
      <th colspan="3"> tHeader (3 cells spanned)</th>
      <th height="79" >Second Header</th>
   </tr>
   <tr>
      <td height="79">Cell 1 content</td>
      <td height="79">Cell 2 content</td>
      <td height="79">Cell 3 content</td>
      <td height="79">Cell 4 content</td>
   </tr>
</table>
</BODY>
</HTML>  
    
      
      








Related examples in the same category

1.'colspan' Syntax and Note
2.colspan is applied to