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