'colspan' sets how many columns in a table a particular cell can span : colspan : Table Attributes HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Attributes » colspan »

 

'colspan' sets how many columns in a table a particular cell can span



    
<HTML>
<BODY>
<table bgcolor="white" width="600" border="1">
   <tr>
      <th colspan="3">tHeader (cells spanned)</th>
      <th height="79" >Second Header</th>
   </tr>
   <tr>
      <td height="79">Cell content</td>
      <td height="79">Cell content</td>
      <td height="79">Cell content</td>
      <td height="79">Cell content</td>
   </tr>
</table>
</BODY>
</HTML>  
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Attributes
» colspan