Multiple choice xml

Which is not a correct name for an XML element?

  1. <first name>

  2. <age>

  3. <NAME>

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

XML element names cannot contain spaces. The name is invalid because it contains a space character. Element names must start with a letter or underscore, and can only contain letters, digits, hyphens, underscores, and periods. and `` are both valid names.