Mention the rules for naming a tag in XML.
Answers
Answered by
2
1) it should be case sensitive
2) it must have a closing tag
ayanalikhan97:
pls mark it as branliest
Answered by
0
Answer:
Explanation:
XML elements must follow these naming rules:
Element names are case-sensitive.
Element names must start with a letter or underscore.
Element names cannot start with the letters xml (or XML, or Xml, etc)
Element names can contain letters, digits, hyphens, underscores, and periods.
Element names cannot contain spaces.
Similar questions