Thursday, 23 February 2012

Cell pading or spacing


<html>
<body>

<h3>Cell pading or spacing</h3>
<table border="2" cellspacing="8">
<tr>
  <td>first</td>
  <td>row</td>
</tr>
<tr>
  <td>second</td>
  <td>row</td>
</tr>
</table>

</body>
</html>

No comments:

Post a Comment