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 Read More...
CSS, How to add Comments to your CSS!
July 31st, 2009Adding 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 Read More...
Tags: add comments, comment, CSS, How To
Posted in Understanding CSS | No Comments »