1 Hour SEO : Domain Registration Bank : Ecommerce Dictionary : GoDefy : Great Web Design Tips
JavaScript 2 : Jumbo Keyword : Marketing Tips Store : Michael Wong Blog : Mike's Marketing Tools
Search Engines 2 : SEO eBook : Text Links Ads : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML > Tables

<TD ...>

Usage Recommendation
use it if you use <TABLE ...>

  • ALIGN: horizontal alignment of cell contents
  • VALIGN: vertical alignment of cell contents
  • WIDTH: width of cell
  • HEIGHT: height of cell
  • COLSPAN: number of columns to cover
  • ROWSPAN: 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