Answers for "css comment code"

CSS
3

comment in css

/* This is how you comment in CSS */
Posted by: Guest on December-15-2020
2

comment css

/* This is a single-line comment */
  

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

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.*/
Posted by: Guest on March-27-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
0

how to comment in css

/*This is a CSS comment*/

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

Browse Popular Code Answers by Language