- Starting tag
- Attributes
- Text
- Closing tag
- other elements
- or a combination of all things mentioned above.
<author category=”literature”> sameed </author> |
- Element name is case-sensitive:
- Element name must start with a underscore or alphabets.
- Element name cannot start with the letters XML/xML/xml/Xml, etc.
- Element name cannot contain spaces
- Element name can contain digits, letter, hyphens, periods and underscore.
- Element name can have any name except xml.