'table' Example : table tag : Table Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Tags » table tag »

 

'table' Example



    
<html>
<head>
<title>col element example</title>
</head>
<body>
   <table width="500" border="8" cellspacing="5" cellpadding="5" align="center">
      <col style="color:maroon">
      <col style="color:red">
      <tr>
         <td>col 1: maroon</td>
         <td>col 2: red</td>
      </tr>   
      <tr>
         <td>col 1: maroon</td>
         <td>col 2: red</td>
      </tr>
   </table>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Tags
» table tag