Interview Questions

Can I include comments in my Style Sheet?

CSS Interview Questions and Questions


(Continued from previous question...)

68. Can I include comments in my Style Sheet?

Yes. Comments can be written anywhere where whitespace is allowed and are treated as white space themselves. Anything written between /* and */ is treated as a comment (white space). NOTE: Comments cannot be nested.

/* This is a CSS-comment */

(Continued on next question...)

Other Interview Questions