Home »
MCQs »
XML MCQs
Is the following XML well-formed?
39. Is the following XML well-formed?
<book>
<title>The Secret</title>
<author>Rhonda Byrne</author>
<pages>198</pages>
<price>120.00</price>
</book>
- Yes
- No
Answer: A) Yes
Explanation:
Yes, the above given XML well-formed.