Multiple CSS classes can be applied to the same element by simplying including a space between the class names.

The same DOES NOT apply to IDs, as an element can only have 1 ID. Applying more than one ID results in the element not utilizing any of the CSS tied to the IDs used, such as this <div>.

But each ID can
be used on
separate divs.