how to give comment in a css file code example
Example 1: css add comment
/* This is a comment for heading styles */
h1 {
color: red;
}
Example 2: Add a comment in css
/* Use the "/*" at the start and swap them at the end of your comment! Put your string into the argument.*/