Wednesday, 22 February 2012

Tables without borders


<html>
<body>

<h3>No borders</h3>
<table>
<tr>
  <td>text1</td>
  <td>text2</td>
</tr>

</table>

</body>
</html>

No comments:

Post a Comment