XML stands for Extensible Markup Language which is much like HTML. XML is designed to describe the data. It is known as Extensible language because it allows the users to define their own tags. XML is platform-independent.
The main difference between the HTML and XML is that HTML is designed to display the data but XML is designed to describe the data. It is used to store, shae and exchange the data. Sntax rules for XML –
• XML is case sensitive
• Its elements must have the closing tags and must.be properly nested.
• Attribute values must be quoted properly.
• Document must have root element.
CSS can also be used to format the document.
The main difference between the HTML and XML is that HTML is designed to display the data but XML is designed to describe the data. It is used to store, shae and exchange the data. Sntax rules for XML –
• XML is case sensitive
• Its elements must have the closing tags and must.be properly nested.
• Attribute values must be quoted properly.
• Document must have root element.
CSS can also be used to format the document.
Comment