Computer Science, asked by sameer2256, 10 months ago

write
XML tree
code​

Answers

Answered by Anonymous
0

phle yhe bta bta ki xml me tree kisne daal diya ..............xD hehehe.............

This is your answer:-

<?xml version="1.0" encoding="UTF-8"?>

<company>

 <employee>

   <name>Negan</name>

   <age>40</age>

   <email>[email protected]</email>

   <address>

     <city>Noida</city>

     <state>Uttar Pradesh</state>

     <pin>201301</pin>

     <landmark>Near hill top</landmark>

   </address>

 </employee>

</company>


Aakritio711: meaning of xd
anurag7739180821: good answer
Answered by anurag7739180821
0

Answer:

<EVENTS>

<SPORTS>  

       <ZONAL>  

               <Player>Rajesh</Player>  

               <Date>22-Feb-2018</Date>  

               <Place>Shakti Stadium</Place>

      </ZONAL>

</SPORTS>

<CULTURAL>  

      <MUSIC>  

               <Artist>Uma Shankar Ji</Artist>  

              <Date>18-Dec-2017</Date>

      </MUSIC>

</CULTURAL>

</EVENTS>

Explanation:


anurag7739180821: that is best answer
Similar questions