- XML stands for Extensible Mark-up Language.XML tag are not predefined, you must define your own tags.
- XML is designed to be self-descriptive.
- XML does not use pre-defined <tag>.
- XML has own self defined <tag>.
<note>
<to>Madhu</to>
<from>Raaj</from>
<heading>Reminder</heading>
<body>Don't forget this month!!</body>
</note>
</note>
No comments:
Post a Comment