|
|
Q5410 How do I include comments in CSS?
irt.org | Knowledge Base | CSS | Q5410 [ previous next ] Q5410 How do I include comments in CSS?As with any other language, you probably want to include comments, to make things easier, not only for yourself, but also for your users. In CSS comments begin with "/*" and end with "*/". Here's an example:
CSS also allows the SGML comment delimiters ("<!--" and "-->) in certain places, but they do not delimit CSS comments. |
-- div -->
|