General

CSS comments / comment definition

CSS comments are notes or code made  a programmer in a stylesheet that do not affect the rest of the code in a stylesheet.  Comments are created in CSS by opening the comment with /* and closing the comment with */.  Multiple lines of comments are allowed and can be inserted at any location in a stylesheet with the exception of being placed within a property name or value.