How many types of tags are there in an XML document?

7. How many types of tags are there in an XML document?

  1. 3
  2. 4
  3. 5
  4. 6

Answer: A) 3

Explanation:

In an XML document, there are three types of tags and they are;

  • start-tag, such as <section>;
  • end-tag, such as </section>;
  • empty-element tag, such as <line-break />.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.