Question: You are checking someone else's XML document for errors. You notice that the prolog does not have a closing tag. What do you do?
- Remove the prolog to make sure that the XML document will be properly processed across all platforms.
- Leave it alone, because the prolog does not require a closing tag.
- Move the prolog to an external file so that the XML document only has elements with closing tags.
- Add a closing tag, as al XML elements must have a closing tag.
Answer: The correct answer of the above question is Option B:Leave it alone, because the prolog does not require a closing tag.