how to comment a css code example
Example 1: css add comment
/* This is a comment for heading styles */
h1 {
color: red;
}
Example 2: css comment tag
/* a comment in css */
/* This is a comment for heading styles */
h1 {
color: red;
}
/* a comment in css */