8. Draw the XML tree of the following code and also the
root and child element.
<customer name="Any">
<address>
<state>
<district> jorhat</district>
</state>
</address>
</customers
Answers
Answered by
0
Answer:
Draw the XML tree of the following code and also the
root and child element.
<customer name="Any">
<address>
<state>
<district> jorhat</district>
</state>
</address>
</customers
Step-by-step explanation:
Draw the XML tree of the following code and also the
root and child element.
<customer name="Any">
<address>
<state>
<district> jorhat</district>
</state>
</address>
</customers
Similar questions