Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Adding comments to your style sheet

You can add comments to your style sheet to explain your design decisions. Comments can appear on any line in the style specification, between the characters /* and */.

For example:

/* Blue for heading 1 */
h1 {font: 20pt/22pt bold; color=#0000FF;}