Multiple choice technology web technology

Which one is correct?

  1. <NAME>Write name here</NAME>

  2. <name>Write name here</name>

  3. <NAme>Write name here</naME>

  4. <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.