Answers for "how to comment on css"

CSS
2

comment css

/* This is a single-line comment */
  

  /* this is a 
     multi-line
     comment    */
Posted by: Guest on February-17-2021
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

Browse Popular Code Answers by Language