'td' Example : td : Table Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Tags » td »

 

'td' Example



    
<html>
<head>
<title>td element example</title>
</head>
<body>
<table width="200" align="center">
   <tr align="center">
       <td>Cell 1</td>
       <td>Cell 2</td>
   </tr>
   <tr align="center">
       <td>Cell 3</td>
       <td>Cell 4</td>
   </tr>
</table>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Tags
» td