Answers for "how to make comments in css"

CSS
3

comment in css

/* This is how you comment in CSS */
Posted by: Guest on December-15-2020
0

how to comment in css

/*This is a CSS comment*/

/*Have a nice day!!! :)*/
Posted by: Guest on August-05-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 make comments in css"

Browse Popular Code Answers by Language