Answers for "how to make a comment in css"

CSS
2

comment css

/* This is a single-line comment */
  

  /* this is a 
     multi-line
     comment    */
Posted by: Guest on February-17-2021
0

css comment

/* CSS comment 
	any line */

<!-- HTML comment
 	any line -->

// Javascript comment single line
/* Javascript comment 
	multiline */
Posted by: Guest on April-19-2021
2

comment in css

/* There is just single way to comment in css and its just 
like this:
/* your comment content*/
Posted by: Guest on December-06-2020
0

how to comment in css

/*This is a CSS comment*/

/*Have a nice day!!! :)*/
Posted by: Guest on August-05-2021

Code answers related to "how to make a comment in css"

Browse Popular Code Answers by Language