Y-E-S Corporation

   

You can do many things with tables. You can choose the border size for the tables, you can make no border. You can choose the background color, and lots more. The Y-E-S Corporation Heading above is one type of table.



Generic Tables:


<table border="5">
<tr>
<td>This</td>
<td>is</td>
</tr>
<tr>
<td>a</td>
<td>table.</td>
</tr>
</table>

This table looks like:
This is
a table.



Other Tables:
<table border="0">
<tr>
<td>This is how you make different sections on the same line.</td>
<td bgcolor="blue">This is blue so you can tell the difference.</td>
</tr>
</table>
Appears like this:
This is how you make different sections on the same line. This is blue so you can tell the difference.





© Copyright 2003-2004 Y-E-S Corporation
Site hosted by Angelfire.com: Build your free website today!