Tables
- Used to display tabulated information.
- All the tags have both start and end tags,
though the end tags can normally be left off.
- The exception is the table tag itself,
which must be included!
Table Tags
[Tables in
Netscape 1.1]
| Tags
| Notes
| Syntax
|
|---|
| Table
| The table tags encloses the table. It can have a
whole bunch of attributes including a border.
The following attributes can be used with the
table tag: border, cellpadding, cellspacing,
width (see the next page for details).
|
|
|---|
| Row
| A table is made of one or more rows of information!!! This tag signals the beginning of a
new row.
The following attributes can be used with the row tag: align, valign.
| <tr> . . . </tr>
|
|---|
Web Page by
Stephen Peter,
S.Peter@unsw.edu.au
last updated 21 July 96
|