HTML Table Attributes Colspan and Rowspan
HTML tables are made up of rows (using the TR element) of columns (using the TD or TH elements). This creates a very uniform grid of columns and rows. If you have a 3x5 table (3 rows of 5 columns) there will be 15 table cells in the table. But what if you
webdesign.about.com |