Multiple choice technology web technology

XML is Case-Sensitive Language

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
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.