Answers for "what is the correct syntax for writing a css comment?"

CSS
-1

how to write a comment in css

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

Code answers related to "what is the correct syntax for writing a css comment?"

Browse Popular Code Answers by Language