Answers for "write comments in css"

CSS
3

CSS comemnts

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