Correct option is D
XML (Extensible Markup Language) is a markup language designed to store and transport data. It allows users to create custom tags and define structured data, making it machine-readable and human-readable. Unlike HTML, XML focuses on the organization and description of data rather than its presentation.
Important Key Points:
1. XML is
platform-independent and is widely used in web services, configurations, and data storage.
2. It enables users to define custom tags, which makes it flexible for representing complex data structures.
3. XML does not focus on the presentation of data (like HTML) but on its description and transport.
Knowledge Booster:
·
Difference between XML and HTML:
· XML is used to store and describe data, while HTML is used to display data in a structured format on a webpage.
·
Applications of XML: Commonly used in configuration files, SOAP (Simple Object Access Protocol), and RSS feeds.
·
Self-Descriptive Nature: XML documents are self-descriptive, meaning they include metadata to describe their structure and contents.