🎴 Flashcard Mode
Java Web Technologies
Card1 / 6
Mastered0
Review0
QuestionClick to flip
XML is Case-Sensitive Language
AnswerClick to flip back
A
False
💡 Explanation:
XML is case-sensitive for all element and attribute names. and are different tags, and 'ID' and 'id' are different attributes. This is specified in the XML recommendation and parsers enforce this strictly.