XML elements must follow some naming rules
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.