Whole in table
- width: ***; height: ***; width and height of a table
- max-width: ***; min-width: ***; maximum and minimum width of a table
- max-height: ***; min-height: ***; maximum and minimum height of a table
- border: ***; table border
- border-collapse: ***; table border models
- border-spacing: ***; spacing between the borders
- table-layout: ***; fixed table layout algorithm
- empty-cells: ***; controls whether empty cells are rendered or not
- caption-side: ***; position of the table caption
Cell
- text-align: ***; vertical-align: ***; alignment in the cells
- width: ***; height: ***; width and height of the cells
- padding: ***; padding inside the cells
- white-space: nowrap; disables automatic text wrapping
Background
- background-color: ***; table background color
- background-image: url(***); table background image
Float, Margin
- float: ***; creates a floating table
- margin: ***; table margin
- clear: ***; clears float