Multiple choice technology web 2.0

Which is not a correct name for an XML element?

  1. <Note>

  2. <h2>

  3. <2Dollar>

  4. All 3 names are incorrect

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

XML element names cannot start with a number or a punctuation character. Therefore, &lt;2Dollar&gt; is invalid because it begins with the digit '2'.