Question: XML provides a framework for specifying markup languages, while HTML is a predefined markup language. What is applicable to XML and not HTML?
- It is mandatory to use closing tags with XML
- It is important for an XML document to be well formed
- XML elements start with an opening tag in angle brackets, such as `
`
- XML syntax uses tags, elements, and attributes
Answer: The correct answer of the above question is Option A:It is mandatory to use closing tags with XML