XML stands for eXtensible Markup Language.
XML is designed to transport and store data.
XML is important to know, and very easy to learn
XML Document Example
<?xml version="1.0"?>
<note>
<to>Hyd</to>
<from>Vyz</from>
<heading>Reminder</heading>
<body>I Love Webclarify</body>
</note>


Posted in: 

1 Post Your questions:
Can HTML tags be embedded in XML document?
Post a Comment