Multiple choice technology web technology Which one is correct? <NAME>Write name here</NAME> <name>Write name here</name> <NAme>Write name here</naME> <naME>Write name here</NAme> Reveal answer Fill a bubble to check yourself A Correct answer Explanation XML tags are strictly case-sensitive. The opening tag must match the closing tag exactly. Distractors mismatch cases between opening and closing tags, which violates XML syntax rules and causes XML parsing errors.