Is this a "well formed" XML document? Tove Jani
B
Correct answer
Explanation
This XML document is NOT well-formed because the attribute value 'age=29' is not enclosed in quotes. XML requires all attribute values to be quoted (either single or double quotes). The correct syntax would be or . Well-formedness is a strict requirement - any violation of XML syntax rules makes the document invalid.