Answers for "css comments design web"

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

Browse Popular Code Answers by Language