Self Check
Drag the syntax (at left) to the appropriate declaration name.
<?target instructions?> | XML prolog |
<priority type="urgent"/> | Comment |
<!-- ABCD --> | Processing instruction |
<?xml version="1.0" encoding="ISO-859-1"standalone="yes"?> | Empty element |
The correct answer is:
<?xml version="1.0" encoding="ISO-859-1"standalone="yes"?> | XML prolog |
<!-- ABCD --> | Comment |
<?target instructions?> | Processing instruction |
<priority type="urgent"/> | Empty element |