Answers for "how to write comment in css"

CSS
2

css comment

/* The only requirements for comments are 
slash star at the start and star slash at the end */

/*/ But i prefer writing comments with an extra slash cus it looks better /*/
Posted by: Guest on June-04-2021
-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 "how to write comment in css"

Browse Popular Code Answers by Language