Example of COLOR property which inherits:

The text color of this paragraph should be maroon. This sentence is within an <EM> element tag - its text color should also be maroon as inherited from its parent <P>.

Example of DISPLAY property which does NOT inherit:

This paragraph has a display value of 'block'. Display does not inherit. This sentence within a <SPAN> element tag should continue inline - it should NOT generate a new block.