InterviewSolution
Saved Bookmarks
| 1. |
Explain the meaning of the following statement with the help of example. "Tags are not predefined in XML" |
|
Answer» This statement states that in XML the tags used are not predefined, which means that there is just a procedure that user needs to follow and hence whatever is written in accordance to that, will act as an tag of XML. In general user defines the tag accordance to the object in consideration. |
|