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 element names are case-sensitive by specification. The correct casing must match exactly what's defined in the DTD or schema. If was defined in the schema, then is correct and , , or would all be different, incorrect elements.