example of css comment
Example 1: css add comment
/* This is a comment for heading styles */
h1 {
color: red;
}
Example 2: comments in css
/* This text is commented in CSS :) */
/* This is a comment for heading styles */
h1 {
color: red;
}
/* This text is commented in CSS :) */