CBSE Class 10 Computer Applications Question 44 of 176

HTML I — Basic HTML Elements — Question 42

Back to all questions
42
Question

Question 42

Which is the correct way to comment out something in HTML ?

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

Using <!-- and -->

Reason<!-- and --> is the correct way to comment out something in HTML.