KnowledgeBoat Logo
|

Computer Applications

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

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

HTML Intro

4 Likes

Answer

Using <!-- and -->

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

Answered By

2 Likes


Related Questions