noun
parent element; containing element
Computing term for an element that contains or encloses other elements, such as in XML/HTML or data structures.
このXMLでは、<book>が親要素で、<title>が子要素です。
In this XML, <book> is the parent element and <title> is the child element.