/* CSS Comment */

This is how you write a CSS comment: /* CSS Comment */. You can separate the opening "/*" from the closing "*/"by multiple lines. Use it like a XHTML comment- to apply invisible notes to your work or to remove CSS code from other CSS code.

Don't use //, if you have coded in a C-style language before (if you don't know what I'm talking about, that's fine).

Back to CSS Properties
Back to Knowledge Dump