XML-Basic Introduction for Beginners
XML stands for Extensible Markup Language and it is case sensitive and must begin with "<?xml>"
Syntax
which also called XML Prolog or XML declaration.
<?xml version = "version-number" encoding = "encoding-declaration" standalone = "standalone-statu...
blog.piyushgoyani.com6 min read