Multiple choice technology web technology

XML tags are case sensitive?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

XML is case-sensitive, meaning opening and closing tags must match exactly in case (e.g., and, not and).

AI explanation

True is correct. Unlike HTML, XML is strictly case-sensitive: and are treated as two entirely different, unrelated tags. Opening and closing tag names must match exactly in case, and this strictness is part of what makes XML documents well-formed and unambiguous to parse.