Multiple choice technology programming languages

Comment in XML document is given by

  1. <?-- -->

  2. <!-- --!>

  3. <!-- -->

  4. </-- -- >

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

XML comments use the syntax . This is inherited from SGML and HTML. The comment cannot contain nested comments and must not contain -- within the comment text except at the end.