Multiple choice technology programming languages

Pick the true ones from the options

  1. All Valid SGML Documents are Valid XML Documents

  2. XML Can Contain HTML tags

  3. XML is less Complex than SGML

  4. XML can be extended using Optional SGML Extras

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

XML is indeed simpler than SGML (option C), as it was designed to be a streamlined subset. XML can be extended using optional SGML features (option D). Options A and B are both false - not all valid SGML documents are valid XML (XML has stricter rules), and XML tags are not the same as HTML tags even though they may look similar. XML and HTML are distinct markup languages with different purposes.