🎴 Flashcard Mode

Java, COBOL & Programming Concepts Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

Which statement is true?

AnswerClick to flip back
A
All XML elements must have a closing tag
💡 Explanation:

XML requires all elements to have a closing tag (or self-close like
). XML is case-sensitive but doesn't require lowercase. DTD is optional for XML - well-formed XML doesn't need a DTD. Only option B is universally true for XML.

Change Mode