what is note in css comments code example
Example 1: css add comment
/* This is a comment for heading styles */
h1 {
color: red;
}
Example 2: comment in css
/* This is how you comment in CSS */
/* This is a comment for heading styles */
h1 {
color: red;
}
/* This is how you comment in CSS */