Multiple choice general knowledge science & technology

Comment in XML document is given by

  1. <!-- -->

  2. </-- -- >

  3. <!-- --!>

  4. <?-- -->

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