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

Source Table 9.2 Configuring Tables with HTML Attributes and CSS Properties, Basics of Web Design HTML5 and CSS3, Fourth Edition, Terry Felke-Morris, 2018, p. 300