Dular Sharma May 11, 2020 CSS, Technology No Comments 29 Views There are two ways to add comments in CSS file. 1. Single Line Comment: p { color: Black; /* This is a Comment*/ } 2. Multiple Line Comment: /* This is how you add multiple line comments */ P { color: Black; } Previous Post Newer Post