Wednesday, 22 February 2012

Border thickness



<html>
<body>

<h3>normal border example</h3>
<table border="1">
<tr>
  <td>first</td>
  <td>row</td>
</tr>  
<tr>
  <td>second</td>
  <td>row</td>
</tr>
</table>

<h3>Thick border example</h3>
<table border="12">
<tr>
  <td>first</td>
  <td>row</td>
</tr>  
<tr>
  <td>second</td>
  <td>row</td>
</tr>
</table>

</body>
</html>


No comments:

Post a Comment