How to comment CSS?

liunx

Guest
I have a style sheet with colours that are in hex. So that I can remember what each colour is I would like to put a comment next to it so that I know what each hex colour is.

I believe that the browser will simply ignore anything that it doesn't understand, but I wondered if there is a 'valid' way to comment CSS, or is it just <!--comment here-->, in the same way that it's done in HTML.

Thanks for any help!/* css comment */Thanks!
 
Back
Top