CSS, How to add Comments to your CSS!
Friday, 31. July 2009
Adding CSS Comments – CSS Comments can be added to CSS to explain your code. Like HTML Comments, CSS Comments will be ignored by the browser. A CSS Comment begines with /* and ends with */. Comments can appear before or within rule sets as well as across multiple lines. They also can be used to comment out entire rules or individual declarations.
/* Comment Here */
