comments in a CSS
I know how to add comments into html by using a line like this <!-- my invisible comment --> or by entering two dashes // inside a javascript header. How can I write my comments into a CSS document so that they don't affect the CSS code?
thanks, tiff
|