CBSE Class 10 Computer Applications Question 106 of 176

HTML I — Basic HTML Elements — Question 5

Back to all questions
5
Question

Question 2(iv)

Anything written between ............... is taken as comment.

  1. <?-->
  2. <?---?>
  3. <!-- and -->
  4. </--->
Answer

<!-- and -->

Reason — The comments of HTML are written between <!-- and -->.