|
|
You are here: HTML > Tables
<TD ...>
ALIGN: horizontal alignment of cell contentsVALIGN: vertical alignment of cell contentsWIDTH: width of cellHEIGHT: height of cellCOLSPAN: number of columns to coverROWSPAN: number of rows to cover |   | |
<TD ...> and </TD> set a single table cell.
<TABLE>
<TR>
<TD>peaches</TD>
<TD>cherries</TD>
</TR>
<TR>
<TD>walnuts</TD>
<TD>almonds</TD>
</TR>
</TABLE>
gives us this table:
| peaches |
cherries |
| walnuts |
almonds |
<TD ALIGN="..."> >>>
| |  | |
|
|
|
|
Copyright © 2002-10 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com
| |
|
|