How do you insert a comment in a CSS file?
- // this is a comment //
- // this is a comment
- /* this is a comment */
- ' 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 */.