Computer Science, asked by 91350442128, 1 year ago

three main characteristics of xml

Answers

Answered by iris66
58
1) it is case sensitive 
2) tags are not predefined 
3) must have a closing tag 
Answered by abu7878
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