Answers for "comment line in css"

CSS
3

comment in css

/* This is how you comment in CSS */
Posted by: Guest on December-15-2020
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
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
-1

how to write a comment in css

 
/*
p {
  color: white;
  background-color: #2594A4;
}
*/
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language