Computer Science, asked by aman11133, 10 months ago

child element in an XML

Answers

Answered by Rememberful
5

\textbf{Child Element}:

A child element in an element that is contained within other elements.

For example,

<School>

<class>

X

</class>

</School>

Here, class element is a child element.

Similar questions