
TAGS
|
DESCRIPTION
|
|
<TABLE></TABLE> |
Defines
a table in HTML. If the BORDER attribute is present, your browser displays
the table with a border. |
|
<CAPTION></CAPTION> |
Defines
the caption for the title of the table. The default position of the
title is centered at the top of the table. The ALIGN=BOTTOM can be used
to position the caption below the table. |
|
<TR></TR> |
Specifies
a table row within a table. You may define default attributes for the entire
row: ALIGN (left, centre, right) and/or VALIGN (top, middle, bottom) |
|
<TD></TD> |
Defines
a table data cell. By default the text in this cell is bold and centered.
Table header cells may contain other attributes to determine the characteristics
of the cell and/or its contents. |
© Copyright 2002 Carnegie Webhead's