Comments
Single Line
Section titled “Single Line”/* This is a CSS comment */div { color: red; /* This is a CSS comment */}Multiple Line
Section titled “Multiple Line”/* This is a CSS comment*/div { color: red;}Syntax
Section titled “Syntax”- /* Comment */
Remarks
Section titled “Remarks”- Comments in CSS always start with
/*and end with*/ - Comments cannot be nested