<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN"> <html> <head> <title>Table HTML Template File</title> </head> <body bgcolor="#FFFFFF"> <h1 align="center">Table HTML Template File</h1> <hr> <p> <table> <tr> <td> <h2>Column 1</h2> <dl> <dt> <strong>Notice</strong> that one can put any tag normally found in the body of a document in a table, e.g., <p> <dd> headers<br> line breaks<br> lists and<br> paragraphs </dl> <td> <h2>Column 2</h2> <p> tables are even more useful with the inclusion of width attributes in the <table> declaration and <td> tags. </table> <p> <hr> <p> A multi-row table <p> <table border> <tr> <td><strong>Table tag</strong> <td><strong>Closing tag</strong> <td><strong>Use</strong> <tr> <td><table> <td>Required <td>defines a table <tr> <td><tr> <td>May be omitted <td>defines a table row <tr> <td><td> <td>May be omitted <td>defines table data (a column in a row) </table> <p> <hr> <p> <em>last modified on 13 May 1996</em> <address> Table HTML Template File<br> Comments to: <a href="mailto:<!-- replace this comment with your email address-->"><!-- replace this comment with your name or email address--></a> </address> </body> </html>
last modified on 16 May 1996
Table HTML Annotated Template File