The
containing element of the
current element. Take the following example:
<P>The following text <em>is emphasised</em>.</P>
The paragraph element is the parent element of the emphasised text, which takes on any property of the paragraph that can be inherited.
See also child element.