Table HTML Template File


Column 1

Notice that one can put any tag normally found in the body of a document in a table, e.g.,

headers
line breaks
lists and
paragraphs

Column 2

tables are even more useful with the inclusion of width attributes in the <table> declaration and <td> tags.


A multi-row table

Table tag Closing tag Use
<table> Required defines a table
<tr> May be omitted defines a table row
<td> May be omitted defines table data (a column in a row)


last modified on 13 May 1996

Table HTML Template File
Comments to: me!