| HTML Property (deprecated) | CSS property |
|---|---|
| align | To align a table, configure the width and margin properties for the table element selector. For example, to center a table use table {width:some value; margin: auto} To align content within table cells, use text-align |
| width | width |
| height | height |
| cellpadding | padding |
| cellspacing | border-spacing; border-collapse (values are separate (the default) or collapse (no space between cell borders) |
| bgcolor | background-color |
| valign | vertical-align |
| border | border, border-style, border-spacing |
| none | background-image |
| none | caption-side specifies caption placement - top (default) or bottom |