| border=# | changes the thickness of the line around the table |
| bgcolor=# | changes the background color of the table or cell |
| colspan=# | allows a cell to span # of columns |
| rowspan=# | allows a cell to span # of rows |
| width=# | changes the width of the table or a column |
| height=# | changes the height of the table or a row |
| cellspacing=# | adds thickness to the space between the cells |
| cellpadding=# | adds whitespace between the cell data and the border |
| align=# | horizontally aligns the text either left, center, or right |
| align=# | aligns the caption either
top or bottom |
| valign=# | vertically aligns the text either top, middle, bottom, baseline |