Tables

Sample Table Code from the above table:

<center>
<table border color="#ff99ff" border=20 cellpadding="20" width="20%">
    <tr bgcolor="#6600ff">
        <td>
            <h1>Tables</h1>
        </td>
    </tr>
</table>
</center>

What the parameters do:

A slightly more complex table example...

Notes:

  1. In order for the "bordercolor" parameter to work, you MUST NOT specify a "bgcolor" parameter in your "body" tag. The white background in this page was made by creating a TINY (5 pixel by 5 pixel) gif image and using the "background=" parameter.

Return to HTMLpage