Saturday, March 5, 2022

What is XML

 XML is a extensible markup language. It is a markup language like HTML.  We can save it into .xml extension.


Example:-

<?xml version="1.0" encoding="UTF-8" ?>

<note>

    <to>

        Yash

    </to>

    <from>

        naveen

    </from>

</note>

No comments:

Post a Comment