Multiple choice technology programming languages

XML is a subset of ___________

  1. HTML

  2. WSDL

  3. JSP

  4. SGML

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

XML (eXtensible Markup Language) was designed as a simplified, streamlined subset of SGML (Standard Generalized Markup Language). SGML is a complex, full-featured meta-language for defining markup languages, while XML保留了 SGML's core capabilities but removed its complexity to make it practical for web use. Option D is correct. HTML, WSDL, and JSP are not the parent language of XML - HTML is a separate markup language, WSDL is an XML-based interface definition language, and JSP is a server-side Java technology.