CSS Comments

 



  • CSS comments are the same as what you must have learned in any technical language. It is written to explain the code and is helpful for the users who read that code so that they can understand it easily.
  • Comments are ignored by browsers, and the syntax to write them is: 

/* Your comment */

0 Comments:

Post a Comment

Do leave your comments