Multiple choice technology web 2.0

Which is not a correct name for an XML element?

  1. <phone number>

  2. <xmldocument>

  3. <10paise>

  4. All 3 names are incorrect

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

XML element names cannot contain spaces (), cannot start with the letters 'xml' in any case combination (), and cannot start with a number (&lt;10paise&gt;). Thus, all three are incorrect.