Inheritance
Inheritance is the process by which properties are passed from parent to child elements even though those properties have not been explicitly defined by other means. Certain properties are inherited automatically, and as the name implies, a child element will take on the characteristics of its parent with regards to these properties.

The box model can be applied to all elements of a web page. Using the box model rules in css style this paragraph in your web page so that it stands out and shows off the use of the box model.