Computer Science, asked by AriaMontgomery3401, 1 year ago

what sre the rules for defining XML tags

Answers

Answered by vkarunya
0
There are nine basic rules for building good XML:

All XML must have a root element.

All tags must be closed.

All tags must be properly nested.

Tag names have strict limits.

Tag names are case sensitive.

Tag names cannot contain spaces.

Attribute values must appear within quotes ("").

White space is preserved.

Similar questions