HTML Reference Guide


Tag Index | Content List | HTML FAQ

<TD> ... </TD> TABLE DATA (CELL)

Description:

Defines a table data cell.

Attributes:

align - specifies whether the caption appears at the top or bottom of the table.

valign - default vertical alignment for the entire row, including top, bottom, middle.

width/height - dimensions for the cell; may be in pixel value or percentage of the table.

colspan - specify how many columns for the current cell to span or cross.

rowspan - specify how many rows for the current cell to span or cross.

Example code:

<TABLE>
<CAPTION>Teachers Name List</CAPTION>
<TR>
<TH>Name</TH>
</TR>
<TR>
<TD> Joe Blow </TD>
<TD> Middle School </TD>
</TR>
<TR>
<TD> Susan Planter </TD>
<TD> Southern High </TD>
</TR>
</TABLE>

Result:

Teachers Name List
Name  
Joe Blow Middle School
Susan Planter Southern High

See Also:

Caption
Table
Table Data
Table Head
Table Row


  Free Web Pages | Super Links | Members Directory | Search | Privacy Statement | Site Map | Contact Us
Services: Create Free Web Page | Free Home Page | Free Web Page Builder
Free Web Page Templates | Free Web Sites | Free Web Space
Copyright © 1996 - 2006 WebSpawner.com. All rights reserved.