Multiple choice technology programming languages

XML elements must follow some naming rules

  1. True

  2. False

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

XML element names must follow specific naming rules: they can contain letters, digits, hyphens, underscores, and periods; must start with a letter or underscore; cannot contain spaces; and cannot begin with 'xml' in any case combination. These rules ensure XML parsers can reliably process documents.