InterviewSolution
Saved Bookmarks
| 1. |
Name the root element in the following XML document:<father><child1><name> Megha </name><age> 12 </age></child1><child2><name > Mana </name><age> 15 </age></child2></father>(a) child 1(b) child 2(c) father(d) name |
|
Answer» (c) father is the root element. |
|