Inheritance

In website design, inheritance refers to how styles and properties flow down through elements on a page. When you apply a style to a parent element (like the body of your page), child elements automatically receive these properties unless specifically overridden.

See also: Parent and child elements