Answers for "commento css"

CSS
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

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