Answers for "coment 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

/* Wrap your CSS comments like this */

/* 
You can also do something like this
for multi-line comments...
*/

/*************************
** Or You Can Get Fancy **
**************************
 - Fancy point 1
 - Fancy point 2
*/
Posted by: Guest on July-13-2021

Browse Popular Code Answers by Language