three main characteristics of xml
Answers
Answered by
58
1) it is case sensitive
2) tags are not predefined
3) must have a closing tag
2) tags are not predefined
3) must have a closing tag
Answered by
3
Answer:
Characteristics of XML(Extensible Markup Language) are as follows:
1. Handles variety of data with complex data structure easily
2. Data is user & machine compatible due to use of markup language, further enhancing long term data storage.
3. Data stored in tree structure, having single root element. Here element is a unit of data with associated meaning. Elements consists of start tag, end tag & content.
E.g. <name> Ganesh </name>
Here, <name> - Start tag, </name> - End tag , Ganesh - content
Similar questions