All XML elements must be properly closed, either with a separate closing tag (like ) or as an empty element using self-closing syntax (like ). This is a fundamental requirement for well-formed XML documents. Option C is false because XML is case-sensitive but case can be mixed. Option D is false because DTD is optional - XML can exist without a DTD.