Question:

What does XML stand for?

Show Hint

Remember the key difference between HTML and XML: HTML is for displaying data (it defines the structure of a web page). XML is for describing and transporting data (it defines the structure of the data itself).
Updated On: Jul 2, 2026
  • Extra Markup Language
  • Extensible Markup Language
  • Example Markup Language
  • Executable Markup Language
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

XML is a markup language and file format for storing, transmitting, and reconstructing arbitrary data.
Its name, XML, is an acronym for Extensible Markup Language.
Extensible: Unlike HTML, which has a predefined set of tags, XML allows you to define your own custom tags to describe your data. This makes it highly flexible for representing different kinds of data structures. Markup Language: Like HTML, it uses tags to annotate and structure the data.
The primary purpose of XML is to store and transport data in a way that is both human-readable and machine-readable.
Was this answer helpful?
0
0