<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
</head>
<body>
<table border="1">
<colgroup span="3" style="color:green;">
</colgroup>
<tr>
<td>Item 1</td>
<td>Item 2</td>
<td>Item 3</td>
<td>Item 4</td>
</tr>
</table>
</body>
</html>
Here is the table it creates:
Item 1 | Item 2 | Item 3 | Item 4 |
© Copyright 2001,2002 Southern Twilight All rights reserved.