April 26, 2009

0 frame attribute

this tutorial shows us how to use the "frame" attribute to control the borders around the table.


<html>
<body>
<p>
if you see no frames around the tables in this tutorial,your browser is too old , or does not support it.
</p>
<h4> With frame="border":</h4>
<table frame="border">
<tr>
<td>First</td>
<td>Row</td>
</tr>
<tr>
<td>Second</td>
<td>Row</td>
</tr>
</table>

<h4> With frame="box":</h4>
<table frame="box">
<tr>
<td>First</td>
<td>Row</td>
</tr>
<tr>
<td>Second</td>
<td>Row</td>
</tr>
</table>
</body>
</html>






0 comments:

Post a Comment

Blogger Themes

 
Powered by Blogger