What is the meaning of DOM element in the following statements?
You can add multiple classes to a single DOM element.
The -- point is that inheritance in CSS is done not through classes, but through element hierarchies. So to model inherited traits you need to apply them to different levels of elements in the DOM.
I know that DOM stands for Domain Object Model
. It seems to be synonym to API in the statements.