CBSE BOARD X, asked by sainiaakarshita, 1 year ago

Mention the rules for naming a tag in XML.​

Answers

Answered by ayanalikhan97
2

1) it should be case sensitive

2) it must have a closing tag


ayanalikhan97: pls mark it as branliest
Answered by sharanabasava2004197
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