<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
</head>
<body>
<table border="1" width="100%" cellspacing="0" cellpadding="2" summary="test table">
<th> A Table Header </th>
<tr>
<td> First </td>
<td> Second </td>
</tr>
<tr>
<td> Third </td>
<td> Fourth </td>
</tr>
</table>
</body>
</html>
The above code produces the following table:
A Table Header | |
---|---|
First | Second |
Third | Fourth |
© Copyright 2001,2002 Southern Twilight All rights reserved.