Multiple choice technology web technology

Is this a "well formed" XML document? Tove Jani

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.