What are the rules for making a tag name in XML?
Rules for making a tag name are
1.It should start with a letter or underscore(_)
2.There are no reserved words , but however xml(in any case) should not be used as a tag name
3.It can include digits, hyphen,periods, ‘:’ can be used but best avoided because it is used for the namespace.
Explore posts in the same categories: XML Interview Questions