Answers for "Add a comment in css"

CSS
19

comments in css

/*comment here*/
Posted by: Guest on September-10-2020
37

css comment

/* This is a CSS comment! */
/* Remember that you have to add the end bit on comments or all your
code will turn to comments! Thease comments can go over several lines! */
Posted by: Guest on June-21-2020
27

comments in css

/* This text is commented in CSS :) */
Posted by: Guest on May-04-2020
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

/* 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