Intro HTML Fonts HTML Backgrounds HTML Lists HTML Layout HTML Tables Graphics FTP Tables Tables Rows Table Width Tables Alignment Tables Backgrounds Tables Captions Table Headings Tables Column Span Tables Row Span

The Web Designer can also add a Caption to a Table. This command is placed after the <TABLE> tag.

<CAPTION>The Caption for the table

Within the <CAPTION> tag is placed: ALIGN=TOP or BOTTOM to position the Caption

Example

<TABLE BORDER=2>
<CAPTION ALIGN=TOP>
This is an illustration of a Table Caption </CAPTION>
<TR>
<TD>
This is the first Row and first Data Cell of this Table</TD>
<TD>
This is the first Row and second Data Cell of this Table
</TD>
</TR>
<TR>
<TD>
This is the second Row and third Data Cell of this Table</TD>
<TD>
This is the second Row and fourth Data Cell of this Table
</TD>
</TR>
</TABLE>

This is an illustration of a Table Caption
This is the first Row and first Data Cell of this Table This is the first Row and second Data Cell of this Table
This is the second Row and third Data Cell of this Table This is the second Row and fourth Data Cell of this Table

Web Building tutorials: Intro | Fonts | Backgrounds | Lists | Layout | Tables | Graphics | FTP
Tables tutorials: Basic Tables | Row/Cell | Width | Align | Backgrounds | Captions | Headings | Column Span | Row Span


© 2005 Interactive Mystery Productions Ltd.
A Company Limited by Guarantee
Registered in England & Wales No. 4792272
All Rights Reserved

Basic Tables Rows and Cells Width Attributes Align Attributes Backgrounds Captions Headings Column Span Row Span