Answers for "CSS COMMENT STYLE"

CSS
3

CSS comemnts

/* a css comment */
Posted by: Guest on September-22-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
-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