Blog Desk       February 10, 2020      197

How do you insert a comment in a CSS file?

  1. // this is a comment //
  2. // this is a comment
  3. /* this is a comment */
  4. ' this is a comment

The Right Answer is : Option C

Explanation

Comment in a CSS file CSS uses the single line or multiline "comment" syntax: start a comment with /*  and end it with */.