Comment in XML document is given by
-
<!-- -->
-
</-- -- >
-
<!-- --!>
-
<?-- -->
A
Correct answer
Explanation
XML comments are enclosed between . This syntax is inherited from SGML and is the standard way to add comments that should be ignored by XML parsers. Options B, C, and D use incorrect characters or sequences.