The following XML fragment is legal. Startprogram<2020SalesReport> <income>1000000</income>
Answer options
A
<profit>500000</profit>
B
</2020SalesReport>
C
Ans: True
Correct answer: Ans: True
Explanation
The source marks this as True (option 2). Note: by strict XML specification, element names cannot begin with digits, making <2020SalesReport> invalid. However, the embedded answer in the source PDF is 'Ans: True'.