Notice that the DOM style syntax is exactly parallel to CSS:
| DOM | style . backgroundColor = "#ffffff"; |
|---|---|
| CSS | style = "background-color : #ffffff" |
This similarity is meaningful: DOM and CSS have been developed to work together ~ and all of the styles that are available to us with CSS are available to us with DOM.